Try our conversational search powered by Generative AI!

Class ContentApprovalQuery

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

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

Constructors

ContentApprovalQuery()

Declaration
public ContentApprovalQuery()

Properties

Filter result on content link. Null for no filter.

Declaration
public virtual ContentReference ContentLink { get; set; }
Property Value
Type Description
ContentReference

Extension Methods