UserUserSettings Property

XML document containing any settings for this user and application.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public XmlDocument UserSettings { get; set; }

Property Value

XmlDocument

Remarks

This is available for applications to store small amounts (<100kb) of user specific configuration information for that application. This is stored server side and is automatically retreived on login even if the user is logging in on a different PC. Settings are saved using the SaveUserSettings method.

See Also