CommitDraft Method
Overloads
| CommitDraft(String) | 
             Commits the draft of an object that was previously created by invoking the  Committing a draft replaces the corresponding published object.  | 
        
      
    
CommitDraft(String)
Commits the draft of an object that was previously created by invoking the CreateDraft method.
Committing a draft replaces the corresponding published object.
Declaration
      [Obsolete("")]
void CommitDraft([QixName("qId")] string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | 
           Identifier of the draft to commit.  |