Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TransferContentData

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Content holder for the transfer functionality.

Inheritance
System.Object
TransferContentData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class TransferContentData : ITransferContentData

Constructors

TransferContentData()

Declaration
public TransferContentData()

Properties

ContentLanguageSettings

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<ContentLanguageSetting> ContentLanguageSettings { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ContentLanguageSetting>

The 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 language settings.

Declaration
public List<PageLanguageSetting> LanguageSettings { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PageLanguageSetting>

The language settings.

RawContentData

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the master language for the page.

Declaration
public RawContent RawContentData { get; set; }
Property Value
Type Description
RawContent

The raw page data for the master language.

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<RawContent> RawLanguageData { get; }
Property Value
Type Description
System.Collections.Generic.List<RawContent>

A list of raw pages.

Implements

Extension Methods