Click or drag to resize

DocumentReferenceDictionaryTGetOrLoadValue Method

Gets the registered information for the provided document.

Namespace: Aml.Engine.Services.AML
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public T GetOrLoadValue(
	XDocument document,
	bool removeDisposed = false
)

Parameters

document  XDocument
The document.
removeDisposed  Boolean  (Optional)
if set to true remove disposed entries from the registry .

Return Value

T
The registered data
See Also