Class PageSearchItem
- Namespace
- InSite.Application.Sites.Read
- Assembly
- Shift.Sdk.dll
public class PageSearchItem
- Inheritance
-
PageSearchItem
- Inherited Members
-
- Extension Methods
-
Constructors
PageSearchItem()
Properties
ChildrenCount
public int ChildrenCount { get; set; }
Property Value
- int
ContentControl
public string ContentControl { get; set; }
Property Value
- string
GroupPermissions
public string GroupPermissions { get; set; }
Property Value
- string
LastChangeTime
public DateTimeOffset? LastChangeTime { get; set; }
Property Value
- DateTimeOffset?
LastChangeUser
public string LastChangeUser { get; set; }
Property Value
- string
PageHook
public string PageHook { get; set; }
Property Value
- string
PageIdentifier
public Guid PageIdentifier { get; set; }
Property Value
- Guid
PageSlug
public string PageSlug { get; set; }
Property Value
- string
PageTitle
public string PageTitle { get; set; }
Property Value
- string
PageType
public string PageType { get; set; }
Property Value
- string
ParentPageIdentifier
public Guid? ParentPageIdentifier { get; set; }
Property Value
- Guid?
PublicationStatus
public string PublicationStatus { get; set; }
Property Value
- string
Scope
public string Scope { get; set; }
Property Value
- string
SiteIdentifier
public Guid? SiteIdentifier { get; set; }
Property Value
- Guid?
SiteName
public string SiteName { get; set; }
Property Value
- string
SiteTitle
public string SiteTitle { get; set; }
Property Value
- string