Click or drag to resize
UserInfoProvider Properties

The UserInfoProvider type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdministratorUser
Gets the default system administrator user in the listed order of preferences: 1) User defined by settings key CMSDefaultUserID 2) User with username 'administrator' 3) Any other global admin
Public propertyStatic memberAdministratorUserName
Gets the default system administrator user name in the listed order of preferences: 1) User defined by settings key CMSDefaultUserID 2) User with username 'administrator' 3) Any other global admin 4) Defaults to 'administrator' if no global admin is found
Public propertyDataSource
Data source for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyHashtableSettings
Gets hashtable settings
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected propertyInfoObject
Info object instance the provider is working with.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyStatic memberLogUserCounts
Gets or sets the value that indicates whether user counts settings should be checked.
Public propertyStatic memberNewPasswordFormat
Returns password format to be used while hashing new passwords.
Public propertyStatic memberPasswordSalt
Gets or sets password salt.
Public propertyTypeInfo
Object type information.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyStatic memberUserCountsEnabled
Gets the value that indicates whether user counts are enabled.
Public propertyStatic memberUseSafeRoleName
Indicates whether to use safe or normal role names.
Public propertyStatic memberUseSafeUserName
Indicates whether to use safe or normal user names.
Top
See Also