BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      GetFileContents(string filePath) Method
  
            When implemented in a derived class, returns the contents of the specified file.
            
 
  Syntax
  
    public
    abstract
    byte[] GetFileContents(string filePath)
  Parameters
  
    - filePath
 
    - Type: string
Provider file path.
 
  
 
  Returns
  Contents of the file as an array of bytes.