Click or drag to resize
SiteInfoProvider.GetSiteInfo Method (Int32)
Returns the site info object with specified ID.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax
C#
public static SiteInfo GetSiteInfo(
	int siteId
)

Parameters

siteId
Type: System.Int32
Site ID for that retrieve the info structure

Return Value

Type: SiteInfo
See Also