Click or drag to resize
ServerInfoProvider.GetServerInfoInternal Method (Guid, Int32)
Returns object with specified GUID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected ServerInfo GetServerInfoInternal(
	Guid guid,
	int siteId
)

Parameters

guid
Type: System.Guid
Object GUID
siteId
Type: System.Int32
Site ID

Return Value

Type: ServerInfo
See Also