Document.IsValidVersionGUID
Method
Description:
Checks whether the GUID is valid for the given document. Empty GUID is allowed.
Checks whether the GUID is valid for the given document. Empty GUID is allowed.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | Target document. |
versionGUID | Guid | The GUID to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the GUID is valid. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |