| 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
Syntaxpublic string DefaultFolderPath { get; }Public ReadOnly Property DefaultFolderPath As String
	Get
public:
property String^ DefaultFolderPath {
	String^ get ();
}Property Value
Type: 
String Remarks
Remarks
            Will be blank if user does not have a default folder.
            
 See Also
See Also