Click or drag to resize
AppCloneGenericBookmark Method

Clones a bookmark.

To clone:

* a dimension, use CloneDimension method

* a measure, use CloneMeasure method

* an object, use CloneObject method

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

Parameters

id
Type: SystemString
Identifier of the object to clone

Return Value

Type: String

Implements

IAppCloneGenericBookmark(String)
See Also