CodeLibraryService.getCodeLibraryById Method
        
 Gets the code library by the given ID.
 
         
        Parameters
        
            - id
            
 
            - 
                
Type: String
The ID of the code library to retrieve. 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.entities.CodeLibrary
        
A promise object that is resolved when the call is complete.
 If successful, the dundas.entities.CodeLibrary is returned.