| ClientFileGetDetails Method | 
            Returns a 
MOVEitFileInfo object containing information about the specified file.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic MOVEitFileInfo FileGetDetails(
	string MOVEitPath
)
Public Function FileGetDetails ( 
	MOVEitPath As String
) As MOVEitFileInfo
public:
MOVEitFileInfo^ FileGetDetails(
	String^ MOVEitPath
)
Parameters
- MOVEitPath
- Type: SystemString
 Path or ID of the file on the MOVEit Transfer host.
Return Value
Type: 
MOVEitFileInfoMOVEitFileInfo object containing information about the file if successful; otherwise, 
null.
 See Also
See Also