Click or drag to resize

LookupServiceAddDocument Method

Adds the document to the query service. All tables for the document will be created.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public void AddDocument(
	CAEXDocument doc
)

Parameters

doc  CAEXDocument
The document.
Exceptions
ExceptionCondition
ArgumentNullExceptiondoc
See Also