| MOVEitFileInfoOriginalFilename Property | 
            The original name of this file.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic string OriginalFilename { get; }Public ReadOnly Property OriginalFilename As String
	Get
public:
property String^ OriginalFilename {
	String^ get ();
}Property Value
Type: 
String Remarks
Remarks
            In folders where
            "enforce unique filenames" is turned off, there may be several files with
            the same originalFilename.
            
 See Also
See Also