Click or drag to resize

AutomationMLContainerRootDocumentPath Method

Gets the file path to the first root AML document when the container is already extracted. Extract(DirectoryInfo) If the container is created from a stream source or no root document is found, the return value is string.Empty.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string RootDocumentPath(
	DirectoryInfo dirInfo
)

Parameters

dirInfo  DirectoryInfo
The directory which was used for extraction.

Return Value

String
System.String.
See Also