Ant Organisation Ltd documentation

UserSettingsManager.StoreUserSettings Method 

Stores the user settings at the specified path.

public void StoreUserSettings(
   AuthenticatedUser user,
   string settingsPath,
   XmlNode newSettings
);

Parameters

user
Authenticated user to store settings for.
settingsPath
Path to settings.
newSettings
Settings to store.

See Also

UserSettingsManager Class | Ant.Workflow Namespace