Try our conversational search powered by Generative AI!

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: 11.20.7
Syntax
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

true if instance should implicity be added to export package when referenced; otherwise, false.

Extension Methods