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("")]
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 |
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("")]
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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!