| MOVEitFileInfoOriginalFileType Property | 
            Describes what type of file this file was originally.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic string OriginalFileType { get; }Public ReadOnly Property OriginalFileType As String
	Get
public:
property String^ OriginalFileType {
	String^ get ();
}Property Value
Type: 
String Remarks
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
See Also