Click or drag to resize
IAppCreateDraft Method

Creates a draft of an object.

This method can be used to create a draft of a sheet or a story that is published. This is a way to continue working on a sheet or a story that is published.

Replace the published object by the content of the draft by invoking the CommitDraft method.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
string CreateDraft(
	string id
)

Parameters

id
Type: SystemString
Identifier of the object to create a draft from.

Return Value

Type: String
See Also