WorksetTable.IsWorksetNameUnique
Description:
Checks if the given workset name is unique in the document.
Checks if the given workset name is unique in the document.
public static bool IsWorksetNameUnique(
Document aDoc,
string name
)
-
aDocThe document in which the workset is accessed.
-
StringnameThe workset name.
Return Value
bool
True if this given workset name is unique in the document, false otherwise.
-
A non-optional argument was NULL