Click or drag to resize

CAEXPathBuilderInstanceIDInAttributeReference Method

Gets the ID of the master parent instance from a reference defined in an Attribute mirror object in the specified CAEX document.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string InstanceIDInAttributeReference(
	string reference,
	CAEXDocument document,
	out bool isAttributeReference
)

Parameters

reference  String
The reference from the Attribute mirror object.
document  CAEXDocument
The document.
isAttributeReference  Boolean
if set to true, if the reference is an Attribute reference in a mirror.

Return Value

String
The master parent ID
Remarks
Only valid since CAEX Version 3.0
See Also