Click or drag to resize
SiteInfoProvider.GetSites Method
Returns all site records.

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

Return Value

Type: ObjectQuery<SiteInfo>
See Also