Click or drag to resize
AppCreateDraft Method

Creates a draft of an object.

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

The draft can replace the published sheet by invoking the CommitDraft method.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string CreateDraft(
	string id
)

Parameters

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

Return Value

Type: String

Implements

IAppCreateDraft(String)
See Also