Class QSite
- Namespace
- InSite.Application.Sites.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
QSite
- Inherited Members
-
- Extension Methods
-
Constructors
QSite()
Properties
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
Organization
public virtual QOrganization Organization { get; set; }
Property Value
- QOrganization
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
Pages
public virtual ICollection<QPage> Pages { get; set; }
Property Value
- ICollection<QPage>
SiteDomain
public string SiteDomain { get; set; }
Property Value
- string
SiteIdentifier
public Guid SiteIdentifier { get; set; }
Property Value
- Guid
SiteIsPortal
public bool SiteIsPortal { get; }
Property Value
- bool
SiteTitle
public string SiteTitle { get; set; }
Property Value
- string