Click or drag to resize
ClientFolderGetHome Method
Returns a MOVEitFolderInfo object which corresponds to the named user's home folder.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitFolderInfo FolderGetHome(
	string Username
)

Parameters

Username
Type: SystemString
Username to get the home folder of.

Return Value

Type: MOVEitFolderInfo
MOVEitFolderInfo object containing information about the user's home folder if successful; otherwise, null
Remarks
If the user does not exist, does not have a home folder, or the currently authorized user is not permitted to know about that folder, then null is returned instead.
See Also