2020 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
)
Return Value bool Returns true if the name is unique, and false otherwise.