Click or drag to resize

AmlObjectsExtensionsSetMetaInformation(SourceDocumentInformationType, MetaInformation) Method

Sets the properties for the specified SourceDocumentInformation object using the provided MetaInformation

Namespace: Aml.Engine.AmlObjects.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static void SetMetaInformation(
	this SourceDocumentInformationType sourceDocumentInformation,
	MetaInformation metaInformation
)

Parameters

sourceDocumentInformation  SourceDocumentInformationType
The source document information.
metaInformation  MetaInformation
The meta information.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SourceDocumentInformationType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullException sourceDocumentInformation or metaInformation
See Also