FilterElement.IsNameUnique
Description:
Determines whether the given name could be applied to a new FilterElement, or if it could not be applied because the name is already in use.
Determines whether the given name could be applied to a new FilterElement, or if it could not be applied because the name is already in use.
Overloads (2):
IsNameUnique(Document,String)
public static bool IsNameUnique(
Document aDocument,
string name
)
-
aDocumentThe document in which the name is being tested for uniqueness.
-
StringnameThe name tested for uniqueness.
Return Value
bool
Returns true if the name is unique, and false otherwise.
-
A non-optional argument was NULL