2027 Method
Changes 0
M

WorksetTable.IsWorksetNameUnique

Description:
Checks if the given workset name is unique in the document.
public static bool IsWorksetNameUnique(
	Document aDoc,
	string name
)
  • aDoc
    The document in which the workset is accessed.
  • String
    name
    The workset name.
Return Value Boolean True if this given workset name is unique in the document, false otherwise.