Class ContentTransferForTest
Inheritance
System.Object
ContentTransferForTest
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class ContentTransferForTest : Object, IContentTransferValidator, IContentImporter
Constructors
ContentTransferForTest()
Declaration
public ContentTransferForTest()
Properties
ContentTransferContext
Declaration
public IContentTransferContext ContentTransferContext { get; set; }
Property Value
HasMoreData
Declaration
public bool HasMoreData { get; }
Property Value
Type |
Description |
System.Boolean |
|
PageLanguages
Gets the page languages to transfer, if no list of languages is in the list all languages is transfered.
Declaration
public IList<string> PageLanguages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
The page languages to be transfered.
|
Methods
Export(IContent, AccessLevel)
Declaration
public ITransferContentData Export(IContent content, AccessLevel requiredSourceAccess)
Parameters
Returns
Export(RawContentInfo, AccessLevel)
Declaration
public ITransferContentData Export(RawContentInfo contentInfo, AccessLevel requiredSourceAccess)
Parameters
Returns
Import(ITransferContentData, AccessLevel, IContentTransferContext, TransferImportOptions)
Declaration
public ContentReference Import(ITransferContentData content, AccessLevel requiredDestinationAccess, IContentTransferContext context, TransferImportOptions options)
Parameters
Returns
ImportProperties(IContent, RawContent)
Declaration
public void ImportProperties(IContent newContent, RawContent importedContent)
Parameters
ImportProperty(RawContent, RawProperty, PropertyData)
Declaration
public void ImportProperty(RawContent rawContent, RawProperty importedProp, PropertyData newProperty)
Parameters
Implements
Extension Methods