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!

Interface IApprovalDefinitionReferenceResolver

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

Namespace: EPiServer.Approvals
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IApprovalDefinitionReferenceResolver

Methods

ResolveAsync(Uri)

This method resolvs an approval reference looking for a definition.

Declaration
Task<ApprovalDefinitionResolveResult> ResolveAsync(Uri reference)
Parameters
Type Name Description
System.Uri reference

Reference to where traversal begins

Returns
Type Description
System.Threading.Tasks.Task<ApprovalDefinitionResolveResult>

A result class where ApprovalDefinition is the current definition or null if no definition can be found

Extension Methods