BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      GetFunction(string functionName) Method
  
            Returns the function with the specified name if it was found; otherwise returns null (Nothing in Visual Basic).
            
 
  Syntax
  
    public
    abstract
    Inedo.BuildMaster.Extensibility.VariableFunctions.VariableFunction GetFunction(string functionName)
  Parameters
  
    - functionName
 
    - Type: string
The name of the function.
 
  
 
  Returns
  Specified function if it was found; otherwise null (Nothing in Visual Basic).
 
  Exceptions
  
    
      | 
        System.ArgumentNullException
       | 
      
         
          functionName is null (Nothing in Visual Basic) or empty. 
       |