Class SearchPages
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class SearchPages : Query<IEnumerable<PageMatch>>, IQuery<IEnumerable<PageMatch>>, IPageCriteria
- Inheritance
-
SearchPages
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
SearchPages()
Properties
AuthorDate
public DateTimeOffset? AuthorDate { get; set; }
Property Value
- DateTimeOffset?
AuthorName
public string AuthorName { get; set; }
Property Value
- string
ContentControl
public string ContentControl { get; set; }
Property Value
- string
ContentLabels
public string ContentLabels { get; set; }
Property Value
- string
Hook
public string Hook { get; set; }
Property Value
- string
IsAccessDenied
public bool? IsAccessDenied { get; set; }
Property Value
- bool?
IsHidden
public bool? IsHidden { get; set; }
Property Value
- bool?
IsNewTab
public bool? IsNewTab { get; set; }
Property Value
- bool?
IsNullNavigateUrl
public bool? IsNullNavigateUrl { get; set; }
Property Value
- bool?
LastChangeTime
public DateTimeOffset? LastChangeTime { get; set; }
Property Value
- DateTimeOffset?
LastChangeType
public string LastChangeType { get; set; }
Property Value
- string
LastChangeUser
public string LastChangeUser { get; set; }
Property Value
- string
NavigateUrl
public string NavigateUrl { get; set; }
Property Value
- string
ObjectIdentifier
public Guid? ObjectIdentifier { get; set; }
Property Value
- Guid?
ObjectType
public string ObjectType { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
PageIcon
public string PageIcon { get; set; }
Property Value
- string
PageSlug
public string PageSlug { get; set; }
Property Value
- string
PageType
public string PageType { get; set; }
Property Value
- string
ParentPageIdentifier
public Guid? ParentPageIdentifier { get; set; }
Property Value
- Guid?
ParentPageSlug
public string ParentPageSlug { get; set; }
Property Value
- string
ParentPageType
public string ParentPageType { get; set; }
Property Value
- string
Sequence
public int? Sequence { get; set; }
Property Value
- int?
SiteDomain
public string SiteDomain { get; set; }
Property Value
- string
SiteIdentifier
public Guid? SiteIdentifier { get; set; }
Property Value
- Guid?
Title
public string Title { get; set; }
Property Value
- string