Interface ITransferContext
Additional context for a import/export transfer
Inherited Members
Namespace: EPiServer.Enterprise.Transfer
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public interface ITransferContext : IContentTransferContext
Properties
Categories
Gets the categories that is part of the import/export package.
Declaration
CategoryCollection Categories { get; }
Property Value
Type | Description |
---|---|
Category |
The categories. |
DeleteChildrenGuids
Gets guid identify for all content items whos children is to be deleted.
Declaration
IList<Guid> DeleteChildrenGuids { get; }
Property Value
Type | Description |
---|---|
System. |
The delete children guids. |
DeleteContent
Gets the identities for content that is about to be deleted during process of this package.
Declaration
IList<ContentReference> DeleteContent { get; }
Property Value
Type | Description |
---|---|
System. |
The content of the delete. |
DeleteContentLanguages
Gets the identities for language version of a content that is about to be deleted during process of this package.
Declaration
IList<LanguageContentReference> DeleteContentLanguages { get; }
Property Value
Type | Description |
---|---|
System. |
The delete content languages. |
DynamicPropertyDefinitions
Gets the dynamic property definitions that is part of the import/export package.
Declaration
IList<PropertyDefinition> DynamicPropertyDefinitions { get; }
Property Value
Type | Description |
---|---|
System. |
The dynamic property definitions. |
Frames
Gets the frames that is part of the import/export package.
Declaration
FrameCollection Frames { get; }
Property Value
Type | Description |
---|---|
Frame |
The frames. |
IsTest
Gets a value indicating whether the current package process is executed in test/validation mode.
Declaration
bool IsTest { get; }
Property Value
Type | Description |
---|---|
System. |
|
MoveContent
Gets a set of identities of contents that are being moved during proces of this package.
Declaration
Dictionary<Guid, Guid> MoveContent { get; }
Property Value
Type | Description |
---|---|
System. |
The content of the move. |
TabDefinitions
Gets the tab definitions that is part of the import/export package.
Declaration
TabDefinitionCollection TabDefinitions { get; }
Property Value
Type | Description |
---|---|
Tab |
The tab definitions. |
VersionID
Gets the version ID of this package.
Declaration
int VersionID { get; }
Property Value
Type | Description |
---|---|
System. |
The version ID. |