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: 7.19.2Syntax
public class RawPageObjectRemarks
Used for instance for mirroring and import/export.
Constructors
RawPageObject()
Declaration
public RawPageObject()Fields
Name
The name of the item.
Declaration
public string NameField Value
| Type | Description | 
|---|---|
| System.String | 
ObjectExternalId
The id of the object.
Declaration
public Guid ObjectExternalIdField Value
| Type | Description | 
|---|---|
| System.Guid | 
Owner
Used to identity the ownership for this page object.
Declaration
public PageObject.OwnerOption OwnerField Value
| Type | Description | 
|---|---|
| PageObject.OwnerOption | 
StoreName
The name of the store for the item.
Declaration
public string StoreNameField Value
| Type | Description | 
|---|---|
| System.String | 
