| MOVEitFileInfoCurrentFileType Property |
Describes what type of file this file is currently.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic string CurrentFileType { get; }Public ReadOnly Property CurrentFileType As String
Get
public:
property String^ CurrentFileType {
String^ get ();
}Property Value
Type:
String
Remarks
Possible codes are:
| 3 | Webpost in CSV format |
| 4 | Webpost in XML format |
| 6 | Audit log archive in XML format |
| 31 | Raw file |
See Also