London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ContentApprovalDefinition

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. A content approval definition instance.

Inheritance
System.Object
ContentApprovalDefinition
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.Approvals.ContentApprovals
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class ContentApprovalDefinition : ApprovalDefinition, IReadOnly<ApprovalDefinition>, IReadOnly

Constructors

ContentApprovalDefinition()

Declaration
public ContentApprovalDefinition()

Properties

Link to the content where the definition resides.

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

Reference

Reference to a content approval definition.

Declaration
public override Uri Reference { get; }
Property Value
Type Description
System.Uri
Overrides

Methods

CreateWritableClone()

Creates a writable copy of the current object.

Declaration
public override ApprovalDefinition CreateWritableClone()
Returns
Type Description
ApprovalDefinition

A writable copy of the current object.

Overrides
Remarks

The cloning is a deep-copy.

Implements

Extension Methods