Click or drag to resize
ServerInfoProviderGetServerInfoByGUID Method

Note: This API is now obsolete.

Returns object with specified GUID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IServerInfoProvider.Get(string, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ServerInfo.Provider.")]
public static ServerInfo GetServerInfoByGUID(
	Guid guid,
	int siteId
)

Parameters

guid
Type: SystemGuid
Object GUID
siteId
Type: SystemInt32
Site ID

Return Value

Type: ServerInfo
See Also