Click or drag to resize

UserType Fields

The UsersRepositoryUserType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberApplicationUserNoLogin
Application users are used by applications. They do not have a password, but login by providing application credentials.. Stored as 'APP'.
Public fieldStatic memberExternalCommunityUser
External users can access only external (community) content. They are usually created withing community sites.. Stored as 'EXT'.
Public fieldStatic memberInternalUser
Internal users are the usual ERP users. They have access to internal and external content.. Stored as 'INT'.
Public fieldStatic memberSystemUserNoLogin
System users are used only by local system applications.. Stored as 'SYS'.
Public fieldvalue__
Public fieldStatic memberVirtualUserNoLogin
Virtual users cannot login, but can be used for task assignments, etc.. Stored as 'VIR'.
Top
See Also