SaaS CMS has officially launched! Learn more now.

Class RawContent

Raw data contained in a Content.

Inheritance
System.Object
RawContent
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class RawContent : Object

Constructors

RawContent()

Declaration
public RawContent()

Fields

ACL

The access settings for the content.

Declaration
public RawACE[] ACL
Field Value
Type Description
RawACE[]

Property

An array containing the properties of the page.

Declaration
public RawProperty[] Property
Field Value
Type Description
RawProperty[]

Extension Methods