SiteInfoProviderGetSiteInfoInternal Method (Int32) |
Returns the site info object with specified ID.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntaxprotected virtual SiteInfo GetSiteInfoInternal(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID for that retrieve the info structure
Return Value
Type:
SiteInfo
See Also