London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 8.11.0
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