UserSaveUserSettings Method

Save the current xml document user settings.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public bool SaveUserSettings()

Return Value

Boolean
True if successfull

Remarks

Sends the current user settings XML document to the server. Settings are stored for each user for each application. Settings are returned to the user automatically on login even if they are on a different PC. User settings cannot exceed 32kb in size.

See Also