<Code Lib>
2020 Method
Changes 0
M

SingleServerService.GetActiveServerId(Document)

Description:
Returns the Id of the server currently associated with the given document for the service.
Overloads (2):
GetActiveServerId(Document)

public Guid GetActiveServerId(
	Document document
)

Return Value Guid The Guid of the active server, or an invalid Guid if there is no active server assigned.

Loading…