 | CAEXFileTypeGetFileNamePath Method |
Note: This API is now obsolete.
Retrieves the file name including full path out of the CAEX document.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("Use FilePath property from CAEXDocument")]
public string GetFileNamePath()
<ObsoleteAttribute("Use FilePath property from CAEXDocument")>
Public Function GetFileNamePath As String
public:
[ObsoleteAttribute(L"Use FilePath property from CAEXDocument")]
String^ GetFileNamePath()
Return Value
Stringthe file name including full path of the CAEX document
Remarkscopied from externalization extensions
See Also