Class CollectSites
public class CollectSites : Query<IEnumerable<SiteModel>>, IQuery<IEnumerable<SiteModel>>, ISiteCriteria
- Inheritance
-
CollectSites
- Implements
- Inherited Members
- Extension Methods
Constructors
CollectSites()
public CollectSites()
Properties
LastChangeTime
public DateTimeOffset? LastChangeTime { get; set; }
Property Value
LastChangeType
public string LastChangeType { get; set; }
Property Value
LastChangeUser
public string LastChangeUser { get; set; }
Property Value
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
SiteDomain
public string SiteDomain { get; set; }
Property Value
SiteTitle
public string SiteTitle { get; set; }