Interface IRawContentRetriever
Used to get a data transfer format for an IContent instance.
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IRawContentRetriever
Methods
CreateRawContentInfo(ContentReference, String)
Creates an Raw
Declaration
RawContentInfo CreateRawContentInfo(ContentReference contentLink, string languageBranch)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link to get raw representation for |
System. |
languageBranch | The language branch to get raw representation for. If null is given master language is used |
Returns
Type | Description |
---|---|
Raw |
An Raw |
Remarks
If languageBranch
is null the master language for the content instance is used.
CreateRawContentInfo(IContent)
Creates an Raw
Declaration
RawContentInfo CreateRawContentInfo(IContent content)
Parameters
Returns
Type | Description |
---|---|
Raw |
An Raw |