App CreateGenericBookmark Method Qlik Sense .NET SDK - API Reference

Creates a bookmark.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public CreateGenericBookmarkResult CreateGenericBookmark(
	GenericBookmarkProperties prop
)

Parameters

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

Return Value

Type: CreateGenericBookmarkResult

Implements

IApp CreateGenericBookmark(GenericBookmarkProperties)
See Also