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

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
protected virtual SiteInfo GetSiteInfoInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID for that retrieve the info structure

Return Value

Type: SiteInfo
See Also