Click or drag to resize
SiteInfoProviderGetSiteInfoByGUID Method
Returns object with specified GUID.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public static SiteInfo GetSiteInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: SiteInfo
See Also