A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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