Class ContentApproval
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 instance.
Inherited Members
Namespace: EPiServer.Approvals.ContentApprovals
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentApproval : Approval, IReadOnly<Approval>, IReadOnlyConstructors
ContentApproval()
Declaration
public ContentApproval()Properties
ContentLink
Link to the content where the instance resides.
Declaration
public ContentReference ContentLink { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReference | 
Reference
Reference to an approval.
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 Approval CreateWritableClone()Returns
| Type | Description | 
|---|---|
| Approval | A writable copy of the current object. | 
Overrides
Remarks
The cloning is a deep-copy.
