UserUserSettings Property
XML document containing any settings for this user and application.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public XmlDocument UserSettings { get; set; }
Public Property UserSettings As XmlDocument
Get
Set
Property Value
XmlDocument
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.