Click or drag to resize

CAEXPathBuilderIsAttributeReference Method

Determines, if the path is an Attribute reference. This method is able to distinguish if an UUID is combined with a CAEX path

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

Parameters

document  CAEXDocument
The document, where the reference is tested.
attributeReference  String
The attribute reference.

Return Value

Boolean
true, if the provided reference is an attribute reference.
Remarks
This method should only be used for CAEXDocuments based at least on CAEX Version 3.0
See Also