London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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