BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      ExportToXml(int deploymentPlanId, System.Xml.XmlWriter xmlWriter) Method
  
            Exports a deployment plan to an XML file.
            
 
  Syntax
  
    public
    static
    void ExportToXml(int deploymentPlanId, System.Xml.XmlWriter xmlWriter)
  Parameters
  
    - deploymentPlanId
 
    - Type: int
The ID of the deployment plan to export.
 
  
  
    - xmlWriter
 
    - Type: System.Xml.XmlWriter
A System.Xml.XmlWriter to write the deployment plan to.
 
  
 
  Exceptions
  
    
      | 
        System.ArgumentNullException
       | 
      
         
          xmlWriter is null (Nothing in Visual Basic). 
       |