SingleServerService.GetActiveServerId(Document)
Method
Description:
Returns the Id of the server currently associated with the given document for the service.
Returns the Id of the server currently associated with the given document for the service.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document for which the server is being set as active. |
Return Value
Type | Description |
---|---|
Guid | The Guid of the active server, or an invalid Guid if there is no active server assigned. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |