FileSystemService.getEntryByName Method
        
 Gets the file or folder by name.
 
         
        Parameters
        
            - name
            
 
            - 
                
Type: String
The name of the file or folder to get. 
            - parentId
            
 
            - 
                
Type: String
The parent ID of the file or folder to get. 
            - getOptions
            
 
            - 
                
Type: GetEntryOptions
(optional) The options to get this file or folder.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.filesystem.FileSystemEntry
        
A promise object that is resolved when the call is complete.
 If successful, a dundas.filesystem.FileSystemEntry object is returned.