Class RawPageObject
A raw representation of page objects.
Inheritance
System.Object
RawPageObject
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: 10.10.4Syntax
[Obsolete("The PageObject API is no longer supported", true)]
public class RawPageObject
Remarks
Used for instance for mirroring and import/export.
Constructors
RawPageObject()
Declaration
public RawPageObject()
Fields
Name
The name of the item.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
ObjectExternalId
The id of the object.
Declaration
public Guid ObjectExternalId
Field Value
Type | Description |
---|---|
System.Guid |
Owner
Used to identity the ownership for this page object.
Declaration
public PageObject.OwnerOption Owner
Field Value
Type | Description |
---|---|
PageObject.OwnerOption |
StoreName
The name of the store for the item.
Declaration
public string StoreName
Field Value
Type | Description |
---|---|
System.String |