MOVEitFileInfoName Property |
The name of this file.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
Property Value
Type:
StringRemarks
In folders where "enforce unique
filenames" is turned off, this will generally be a combination of the original
file name and the file ID.
See Also