Skip to main content Skip to complementary content

CommitDraftAsync Method

Overloads

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.

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.

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

Implements

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!