Click or drag to resize
FileRequestLocalFileName Property
Gets the file name of the client's local file submitted by the AceoffixCtrl.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string LocalFileName { get; }

Property Value

Type: String
The file name, not containing the folder path.
Remarks

Gets the file name of the client's local file submitted by the AceoffixCtrl.

This file name contains the file name extension, but not containing the folder path. When AceoffixCtrl is used to view the Office file uploaded from local client, this property can get the name of the local file.

See Also