 | 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.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string RootDocumentPath(
DirectoryInfo dirInfo
)
Public Function RootDocumentPath (
dirInfo As DirectoryInfo
) As String
public:
String^ RootDocumentPath(
DirectoryInfo^ dirInfo
)
Parameters
- dirInfo DirectoryInfo
-
The directory which was used for extraction.
Return Value
String
System.String.
See Also