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 FallbackApproval

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

Inheritance
System.Object
FallbackApproval
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 FallbackApproval : Approval, IReadOnly<Approval>, IReadOnly

Constructors

FallbackApproval(Uri)

Declaration
public FallbackApproval(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 Approval CreateWritableClone()
Returns
Type Description
Approval
Overrides

Implements

Extension Methods