Interface IExportable
Defines the signature for a component that controls how it should be handled during export.
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IExportable
Properties
ShouldBeImplicitlyExported
Gets a value indicating whether this instance should be implicitly added to export package when referenced by some entity that is exported.
Declaration
bool ShouldBeImplicitlyExported { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|