Click or drag to resize
SiteInfoProviderGetSites Method
Returns all site records.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SiteInfo> GetSites()

Return Value

Type: ObjectQuerySiteInfo
See Also