BookmarkCollection TryGetBookmark Method TIBCO Spotfire 6.0 API Reference
Tries to get a bookmark specified by its id.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool TryGetBookmark(
	Guid id,
	out Bookmark bookmark
)

Parameters

id
Type: System Guid
The id.
bookmark
Type: Spotfire.Dxp.Application Bookmark 
The bookmark.

Return Value

Type: Boolean
true if the bookmark was found, otherwise false.
See Also