SaaS CMS has officially launched! Learn more now.

Class ApprovalDefinitionResolveResult

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Result for a definition resolve.

Inheritance
System.Object
ApprovalDefinitionResolveResult
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
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ApprovalDefinitionResolveResult

Constructors

ApprovalDefinitionResolveResult()

Declaration
public ApprovalDefinitionResolveResult()

Properties

Definition

The resolved approval definition or null is no is found

Declaration
public ApprovalDefinition Definition { get; set; }
Property Value
Type Description
ApprovalDefinition

IsInherited

Specifies if the definition was inherited from a content ancestor

Declaration
public bool IsInherited { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods