Class ApprovalDefinitionCacheItem
Inheritance
System.Object
ApprovalDefinitionCacheItem
Namespace: EPiServer.Approvals.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ApprovalDefinitionCacheItem : Object
Constructors
ApprovalDefinitionCacheItem()
Declaration
public ApprovalDefinitionCacheItem()
Properties
Definition
Declaration
public ApprovalDefinition Definition { get; set; }
Property Value
Type | Description |
---|---|
Approval |
Versions
Declaration
public IList<ApprovalDefinition> Versions { get; set; }
Property Value
Type | Description |
---|---|
System. |