ProjectService.getUserProject Method
        
 Gets the user project for the specified account.
 
         
        Parameters
        
            - accountId
            
 
            - 
                
Type: String
The ID of the account to get the user project for. 
            - tenantId
            
 
            - 
                
Type: String
The ID of the tenant get the user project for. 
            - getOptions
            
 
            - 
                
Type: GetEntryOptions
(optional, default = dundas.filesystem.GetEntryOptions.NONE) The options to get this file or folder.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.filesystem.Project
        
A promise object that is resolved when the call is complete.
 If successful, a dundas.filesystem.Project object is returned.