CommitDraftAsync Method
Overloads
| CommitDraftAsync(String) | 
             Commits the draft of an object that was previously created by invoking the  Committing a draft replaces the corresponding published object.  | 
        
      
    |
| CommitDraftAsync(AsyncHandle, String) | 
             Commits the draft of an object that was previously created by invoking the  Committing a draft replaces the corresponding published object.  | 
        
      
    
CommitDraftAsync(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("")]
public Task CommitDraftAsync([QixName("qId")] string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | 
           Identifier of the draft to commit.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
CommitDraftAsync(AsyncHandle, 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("")]
public Task CommitDraftAsync(AsyncHandle asyncHandle, [QixName("qId")] string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.String | id | 
           Identifier of the draft to commit.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |