Class ParentRestoreEntity
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
Implements
Inherited Members
Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
[EPiServerDataStore(StoreName = "EPiContentRestoreStore")]
public class ParentRestoreEntity : IDynamicData
Constructors
ParentRestoreEntity()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the ParentRestoreEntity class.
Declaration
public ParentRestoreEntity()
ParentRestoreEntity(ContentReference, ContentReference)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the id.
Declaration
public Identity Id { get; set; }
Property Value
Type | Description |
---|---|
Identity | The id. |
ParentLink
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the parent link.
Declaration
public ContentReference ParentLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference | The parent link. |
SourceLink
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the source link.
Declaration
public ContentReference SourceLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference | The source link. |