Click or drag to resize

DocumentReferenceDictionaryTIsLoaded Method

Determines whether the specified document is loaded.

Namespace: Aml.Engine.Services.AML
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public bool IsLoaded(
	XDocument document
)

Parameters

document  XDocument
The document.

Return Value

Boolean
true if the specified document is loaded; otherwise, false.
See Also