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 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: 10.10.4
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