Try our conversational search powered by Generative AI!

Class ParentRestoreEntity

Inheritance
System.Object
ParentRestoreEntity
Implements
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.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[EPiServerDataStore(StoreName = "EPiContentRestoreStore")]
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ParentRestoreEntity : 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.

Gets or sets the parent link.

Declaration
public ContentReference ParentLink { get; set; }
Property Value
Type Description
ContentReference

The parent link.

Gets or sets the source link.

Declaration
public ContentReference SourceLink { get; set; }
Property Value
Type Description
ContentReference

The source link.

Implements

Extension Methods