ClientFolderGetDetails Method |
Returns a
MOVEitFolderInfo object containing information about the specified folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public MOVEitFolderInfo FolderGetDetails(
string MOVEitFolder
)
Public Function FolderGetDetails (
MOVEitFolder As String
) As MOVEitFolderInfo
public:
MOVEitFolderInfo^ FolderGetDetails(
String^ MOVEitFolder
)
Parameters
- MOVEitFolder
- Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to get information about.
Return Value
Type:
MOVEitFolderInfoMOVEitFolderInfo object containing information about the folder if successful; otherwise,
null.
Remarks
If the folder does not exist or the currently authorized
user is not permitted to access it, then null is returned instead.
See Also