IApp CloneGenericBookmark Method Qlik Sense .NET SDK - API Reference

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.0.1.0 (1.0.1.0)
Syntax

string CloneGenericBookmark(
	string id
)

Return Value

Type: OnlineString
See Also