ClientHomeFolderPath Property |
The full path of this user's home folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string HomeFolderPath { get; }
Public ReadOnly Property HomeFolderPath As String
Get
public:
property String^ HomeFolderPath {
String^ get ();
}
Property Value
Type:
StringRemarks
This value will be empty for users who have not yet signed on, or fail to sign on.
For users who do not have a home folder, the path of the root folder will be returned.
See Also