Class ParentRestoreEntity
Inheritance
System.Object
ParentRestoreEntity
Implements
Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
[EPiServerDataStore(StoreName = "EPiContentRestoreStore")]
public class ParentRestoreEntity : Object, IDynamicData
Constructors
ParentRestoreEntity()
Initializes a new instance of the ParentRestoreEntity class.
Declaration
public ParentRestoreEntity()
ParentRestoreEntity(ContentReference, ContentReference)
Initializes a new instance of the ParentRestoreEntity class.
Declaration
public ParentRestoreEntity(ContentReference sourceLink, ContentReference parentLink)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | sourceLink | The source link. |
ContentReference | parentLink | The parent link. |
Properties
Id
Gets or sets the id.
Declaration
public Identity Id { get; set; }
Property Value
Type | Description |
---|---|
Identity | The id. |
ParentLink
Gets or sets the parent link.
Declaration
public ContentReference ParentLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference | The parent link. |
SourceLink
Gets or sets the source link.
Declaration
public ContentReference SourceLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference | The source link. |