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

Interface ITransferContentData

Represents the transfer format of Content .

Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface ITransferContentData

Properties

ContentLanguageSettings

Declaration
List<ContentLanguageSetting> ContentLanguageSettings { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ContentLanguageSetting>

DynamicProperties

Declaration
RawProperty[] DynamicProperties { get; set; }
Property Value
Type Description
RawProperty[]

RawContentData

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

RawLanguageData

Declaration
List<RawContent> RawLanguageData { get; }
Property Value
Type Description
System.Collections.Generic.List<RawContent>

Extension Methods