Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class RawContent

Raw data contained in a Content.

Inheritance
System.Object
RawContent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class RawContent

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