Click or drag to resize
IAppCommitDraftAsync Method (String)

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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task CommitDraftAsync(
	string id
)

Parameters

id
Type: SystemString
Identifier of the draft to commit.

Return Value

Type: Task
See Also