Click or drag to resize
IAppCommitDraft 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: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
void CommitDraft(
	string id
)

Parameters

id
Type: SystemString
Identifier of the draft to commit.

Return Value

Type: 
See Also