Click or drag to resize

LookupServiceFindByID Method

Locates a CAEX object in the provided document using the specified ID - Attribute for identification.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public CAEXObject FindByID(
	CAEXDocument doc,
	string id,
	bool resolveAlias = false
)

Parameters

doc  CAEXDocument
The document.
id  String
The identifier.
resolveAlias  Boolean  (Optional)
if set to true tries to resolve an alias reference with an ExternalReferenceResolver service.

Return Value

CAEXObject
The located object with the specified ID or null.

Implements

IQueryFindByID(CAEXDocument, String, Boolean)
See Also