get_is_private


Description:

public bool get_is_private (string uri) throws BookmarkFileError

Gets whether the private flag of the bookmark for uri is set.

In the event the URI cannot be found, false is returned and throws is set to URI_NOT_FOUND. In the event that the private flag cannot be found, false is returned and throws is set to INVALID_VALUE.

Parameters:

this

a BookmarkFile

uri

a valid URI

Returns:

true if the private flag is set, false otherwise.