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
Namespace: EPiServer.Approvals.ContentApprovals
Assembly: EPiServer.dll
Version: 12.0.3
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