 | DocumentReferenceDictionaryTGetOrLoadValue Method |
Gets the registered information for the provided document.
Namespace: Aml.Engine.Services.AMLAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic T GetOrLoadValue(
XDocument document,
bool removeDisposed = false
)
Public Function GetOrLoadValue (
document As XDocument,
Optional removeDisposed As Boolean = false
) As T
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
TThe registered data
See Also