ClientFolderGetHome Method |
Returns a
MOVEitFolderInfo object which corresponds to the named user's home folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public MOVEitFolderInfo FolderGetHome(
string Username
)
Public Function FolderGetHome (
Username As String
) As MOVEitFolderInfo
public:
MOVEitFolderInfo^ FolderGetHome(
String^ Username
)
Parameters
- Username
- Type: SystemString
Username to get the home folder of.
Return Value
Type:
MOVEitFolderInfoMOVEitFolderInfo object containing information about the user's home folder if successful;
otherwise,
nullRemarks
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