Click or drag to resize

CAEXPathBuilderIsIDReferenceWithAlias Method

Determines whether the specified object reference is an alias reference to an ID in the specified document

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsIDReferenceWithAlias(
	string objectRefrence,
	CAEXDocument document,
	CAEXPathBuilderIDRefEnum referenceType = CAEXPathBuilderIDRefEnum.AllTypes
)

Parameters

objectRefrence  String
The object reference.
document  CAEXDocument
The document.
referenceType  CAEXPathBuilderIDRefEnum  (Optional)
Optional parameter to specify the type of the reference. If not set, all possible types are checked

Return Value

Boolean
true if the specified object reference is an alias reference to an ID; otherwise, false.
See Also