Try our conversational search powered by Generative AI!

Class ParentRestoreEntity

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[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.

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.

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.

Implements

Extension Methods