SaaS CMS has officially launched! Learn more now.

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