Click or drag to resize
AppCommitDraftAsync Method

Commits the draft of an object that was previously created by invoking the CreateDraft method.

Committing a draft replaces the corresponding published object.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task CommitDraftAsync(
	string id,
	AsyncHandle asyncHandle = null
)

Parameters

id
Type: SystemString
Identifier of the draft to commit.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: Task

Implements

IAppCommitDraftAsync(String, AsyncHandle)
See Also