Click or drag to resize
AppCreateGenericBookmark Method

Creates a bookmark.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public CreateGenericBookmarkResult CreateGenericBookmark(
	GenericBookmarkProperties prop
)

Parameters

prop
Type: Qlik.EngineGenericBookmarkProperties
Information about the object. This parameter is mandatory.

Return Value

Type: CreateGenericBookmarkResult

Implements

IAppCreateGenericBookmark(GenericBookmarkProperties)
See Also