BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      GetClientCommandHelp(string commandName) Method
  
            Returns documentation for a specific client command.
            
 
  Syntax
  
    public
    abstract
    string GetClientCommandHelp(string commandName)
  Parameters
  
    - commandName
 
    - Type: string
The client command to return documentation for.
 
  
 
  Returns
  Documentation for the client command if it is available.
 
  Exceptions
  
    
      | 
        System.ArgumentNullException
       | 
      
         
          commandName is null (Nothing in Visual Basic). 
       |