 | CAEXPathBuilderIsValidAttributeReferenceID Method |
Determines whether the ID is valid to be used in an attribute mirror reference.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsValidAttributeReferenceID(
string idString,
CAEXDocument document
)
Public Shared Function IsValidAttributeReferenceID (
idString As String,
document As CAEXDocument
) As Boolean
public:
static bool IsValidAttributeReferenceID(
String^ idString,
CAEXDocument^ document
)
Parameters
- idString String
- The identifier string.
- document CAEXDocument
- The document.
Return Value
Booleantrue if the ID is valid to be used in an attribute mirror reference; otherwise,
false.
See Also