An NDoc Documented Class Library

Preferences.GetUserNode Method (String)

Constructs a per-user preferences object from a path.

public static Preferences GetUserNode(
   string path
);

Parameters

path
Represents the path the preferences are stored under. Equivalent to a directory path or a registry key path.
Important Note: The seperator character is slash ('/') NOT backslash ('\').

Remarks

The path of the root node is "".

See Also

Preferences Class | Preferences Members | Genghis Namespace | Preferences.GetUserNode Overload List