Table of Contents

Class QPage

Namespace
InSite.Application.Sites.Read
Assembly
Shift.Sdk.dll
public class QPage
Inheritance
QPage
Inherited Members
Extension Methods

Constructors

QPage()

public QPage()

Properties

AuthorDate

public DateTimeOffset? AuthorDate { get; set; }

Property Value

DateTimeOffset?

AuthorName

public string AuthorName { get; set; }

Property Value

string

Children

public virtual ICollection<QPage> Children { get; set; }

Property Value

ICollection<QPage>

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

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

PageIdentifier

public Guid PageIdentifier { get; set; }

Property Value

Guid

PageSlug

public string PageSlug { get; set; }

Property Value

string

PageType

public string PageType { get; set; }

Property Value

string

Parent

public virtual QPage Parent { get; set; }

Property Value

QPage

ParentPageIdentifier

public Guid? ParentPageIdentifier { get; set; }

Property Value

Guid?

Sequence

public int Sequence { get; set; }

Property Value

int

Site

public virtual QSite Site { get; set; }

Property Value

QSite

SiteIdentifier

public Guid? SiteIdentifier { get; set; }

Property Value

Guid?

Title

public string Title { get; set; }

Property Value

string

Methods

Clone()

public QPage Clone()

Returns

QPage