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: 10.10.4Syntax
public interface IExportableProperties
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 | 
 | 
