Ant Organisation Ltd documentation

UserSettingsManager.GetUserSettings Method 

Gets the user settings with the specified path.

public XmlNode GetUserSettings(
   AuthenticatedUser user,
   string settingsPath
);

Parameters

user
Authenticated user to get settings for.
settingsPath
Path for settings (separated using /)

Return Value

Settings node, or null if not found.

See Also

UserSettingsManager Class | Ant.Workflow Namespace