Open Method
Description
Sets the category to be used in subsequent actions by the client.
Syntax
Visual Basic
Public Sub Open( _
   ByVal Category As String _
) 
Parameters
Category
The name of the category to open.  The category name cannot contain any of the characters: /\*?=<>|:".
Remarks

This method sets the context locally for subsequent use of the Settings object. The method call does not result in any communications with the server.

The category can be built-in or a user-created category.

Warning: If open is not called, subsequent Settings object method calls will act on the root settings folder and all sub-folders (categories).

See Also