Click or drag to resize

CAEXPathBuilderExternalInterfaceIDInAttributeReference Method

Check, if the provided reference is a reference to an attribute of an ExternalInterface, using the ID of an ExternalInterface.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string ExternalInterfaceIDInAttributeReference(
	string reference,
	CAEXDocument cAEXDocument,
	out bool isIdReference
)

Parameters

reference  String
The reference.
cAEXDocument  CAEXDocument
The CAEX document.
isIdReference  Boolean
if set to true a valid ID is used to reference an ExternalInterface.

Return Value

String
the normalized ID if the reference contains an ID
Remarks
This method only recognizes GUIDs in a reference.
See Also