MOVEitUserInfoDefaultFolderPath Property |
This user's default folder path.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string DefaultFolderPath { get; }
Public ReadOnly Property DefaultFolderPath As String
Get
public:
property String^ DefaultFolderPath {
String^ get ();
}
Property Value
Type:
StringRemarks
Will be blank if user does not have a default folder.
See Also