2027 Method
Changes 3
M

Document.IsValidVersionGUID

Description:
Checks whether the GUID is valid for the given document. Empty GUID is allowed.
public static bool IsValidVersionGUID(
	Document document,
	Guid versionGUID
)
  • document
    Target document.
  • Guid
    versionGUID
    The GUID to check.
Return Value Boolean True if the GUID is valid.