Click or drag to resize

IDBConfigWriterRemoveBookmark Method

Remove a bookmark from the site.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
bool RemoveBookmark(
	string mapConfiguration,
	int bookmarkId
)

Parameters

mapConfiguration
Type: SystemString
Map Configuration Name
bookmarkId
Type: SystemInt32
Bookmark ID

Return Value

Type: Boolean
Boolean value indicating success.
See Also