Click or drag to resize
ClientFileGetDetails Method
Returns a MOVEitFileInfo object containing information about the specified file.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitFileInfo FileGetDetails(
	string MOVEitPath
)

Parameters

MOVEitPath
Type: SystemString
Path or ID of the file on the MOVEit Transfer host.

Return Value

Type: MOVEitFileInfo
MOVEitFileInfo object containing information about the file if successful; otherwise, null.
See Also