Click or drag to resize

CAEXFileTypeGetFileNamePath Method

Note: This API is now obsolete.

Retrieves the file name including full path out of the CAEX document.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use FilePath property from CAEXDocument")]
public string GetFileNamePath()

Return Value

String
the file name including full path of the CAEX document
Remarks
copied from externalization extensions
See Also