<Code Lib>
2023 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
)

Return Value bool True if the GUID is valid.

Loading…