A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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