Document.IsValidVersionGUID
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.
public static bool IsValidVersionGUID(
Document document,
Guid versionGUID
)
-
documentTarget document.
-
GuidversionGUIDThe GUID to check.
Return Value
bool
True if the GUID is valid.
-
A non-optional argument was null