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!

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