Java.Util.Prefs.Preferences.Node Method
Returns the preference node with the given path name.

Syntax

[Android.Runtime.Register("node", "(Ljava/lang/String;)Ljava/util/prefs/Preferences;", "GetNode_Ljava_lang_String_Handler")]
public abstract Preferences Node (string path)

Parameters

path
the path name of the requested preference node.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this node has been removed.
Java.Lang.IllegalArgumentExceptionif the path name is invalid.
Java.Lang.NullPointerExceptionif the given path is null.

Remarks

Returns the preference node with the given path name. The path name can be relative or absolute. The requested node and its ancestors will be created if they do not exist.

The path is treated as relative to this node if it doesn't start with a slash, otherwise it will be treated as an absolute path.

[Android Documentation]

Requirements

Namespace: Java.Util.Prefs
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1