Click or drag to resize

IAdmin Methods

The IAdmin type exposes the following members.

Methods
  NameDescription
Public methodAddAnonymousUser
Returns new user/associate object for anonymous user. Requires admin-anonymous-user license to use.
Public methodAddSystemUser
Returns new user/associate object for system user. Requires admin-system-user license to use.
Public methodAddUser
Returns new user/associate object for the given person. Users are the editable version of an associate object.
Public methodCreateRole
Create a new role based on an existing role. (Null creates a blank role with no rights). Returns the new role.
Public methodCreateStatusMonitor
Create a new status monitor for a given table. (Only Contact and Project are supported).
Public methodGetAllFunctionRights
Collection of all function rights. Each function right is a list item with an id and a name + description. The value('keyname') returns the unique string name of a function right
Public methodGetAllStatusMonitors
Return a collection of the status monitors for a given table, indexed by the monitor id.
Public methodGetFunctionRight
Return the function right for a given id or a keyname.
Public methodGetRoles
Get a list of roles in the system for a given role type
Public methodGetStatusMonitor
Get a status monitor by its primary key.
Public methodGetUser
Returns the user object for a given associate. Users are the editable version of an associate object.
Public methodGetUserForPerson
Returns a user object for a given person. Users are the editable version of an associate object.
Top
See Also