Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

CurrentUser Property

Show in webframe
Gets or sets the name of the current logged in user.
Syntax
get_currentUser();
set_currentUser(value);
Object.defineProperty('currentUser');

Property Value

TypeDescription
stringThe name of the current logged in user. Default value is null.
Remarks

If this AnnGroupsRoles is set in an AnnContainer, then any AnnObject added to the container will have its AnnObject.UserId checked and updated to the value of CurrentUser if it did not contain a previous value.

See Also

Reference

AnnGroupsRoles Object
AnnGroupsRoles Members

Error processing SSI file