2027 Method
Changes 0
M

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.
Overloads (2):
IsNameUnique(Document,String)
public static bool IsNameUnique(
	Document aDocument,
	string name
)
  • aDocument
    The document in which the name is being tested for uniqueness.
  • String
    name
    The name tested for uniqueness.
Return Value Boolean Returns true if the name is unique, and false otherwise.