GlobalParametersManager.IsUniqueName
Description:
Tests whether a name is unique among existing global parameters of a given document.
Tests whether a name is unique among existing global parameters of a given document.
Remarks:
Typically, this method is used before a new global parameters is created, for all global parameters must have their names unique in the scope of a document.
Typically, this method is used before a new global parameters is created, for all global parameters must have their names unique in the scope of a document.
public static bool IsUniqueName(
Document document,
string name
)
-
A non-optional argument was null