Class TransferPageData
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Page holder for the transfer functionality.
Inheritance
Inherited Members
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class TransferPageData : ITransferPageData, ITransferContentData
Constructors
TransferPageData()
Declaration
public TransferPageData()
Properties
ContentLanguageSettings
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the content language settings.
Declaration
public List<ContentLanguageSetting> ContentLanguageSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ContentLanguageSetting> | The content language settings. |
DynamicProperties
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the dynamic properties for the page to transfer.
Declaration
public RawProperty[] DynamicProperties { get; set; }
Property Value
Type | Description |
---|---|
RawProperty[] | The dynamic properties. |
LanguageSettings
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the list language settings for the page to transfer.
Declaration
public List<PageLanguageSetting> LanguageSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PageLanguageSetting> | The language settings. |
RawContentData
Declaration
public RawContent RawContentData { get; set; }
Property Value
Type | Description |
---|---|
RawContent |
RawLanguageData
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the list of language data for the page.
Declaration
public List<RawPage> RawLanguageData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RawPage> | A list of raw pages. |
RawPageData
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the master language for the page.
Declaration
public RawPage RawPageData { get; set; }
Property Value
Type | Description |
---|---|
RawPage | The raw page data for the master language. |
Explicit Interface Implementations
ITransferContentData.RawLanguageData
Declaration
List<RawContent> ITransferContentData.RawLanguageData { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.List<RawContent> |