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 FallbackApprovalDefinition

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
FallbackApprovalDefinition
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.FallbackApprovals.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public sealed class FallbackApprovalDefinition : ApprovalDefinition, IReadOnly<ApprovalDefinition>, IReadOnly

Constructors

FallbackApprovalDefinition(Uri)

Declaration
public FallbackApprovalDefinition(Uri reference)
Parameters
Type Name Description
System.Uri reference

Properties

Reference

Declaration
public override Uri Reference { get; }
Property Value
Type Description
System.Uri
Overrides

Methods

CreateWritableClone()

Declaration
public override ApprovalDefinition CreateWritableClone()
Returns
Type Description
ApprovalDefinition
Overrides

Implements

Extension Methods