Click or drag to resize

CAEXPathBuilderIsValidAttributeReferenceID Method

Determines whether the ID is valid to be used in an attribute mirror reference.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsValidAttributeReferenceID(
	string idString,
	CAEXDocument document
)

Parameters

idString  String
The identifier string.
document  CAEXDocument
The document.

Return Value

Boolean
true if the ID is valid to be used in an attribute mirror reference; otherwise, false.
See Also