Represents various access settings for the user.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSettings
Ipswitch.Messaging.FrameworkUserAccessSettings
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The UserAccessSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserAccessSettings |
Initializes a new instance of the UserAccessSettings class, which represents settings for a single user.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(ISetting) | (Inherited from Settings.) |
![]() | AddT(String, T) | (Inherited from Settings.) |
![]() | Clear | (Inherited from Settings.) |
![]() | Contains(String) | (Inherited from Settings.) |
![]() | Contains(ISetting) | (Inherited from Settings.) |
![]() | CopyTo | (Inherited from Settings.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetT | (Inherited from Settings.) |
![]() | GetEnumerator | (Inherited from Settings.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove(String) | (Inherited from Settings.) |
![]() | Remove(ISetting) | (Inherited from Settings.) |
![]() | SetT | (Inherited from Settings.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowInfoAccess |
Gets or sets a string value Indicating if the users info will be published to LDAP / MPC
|
![]() | AllowPasswordChange |
Gets of sets a boolean value that indicates whether the user is allowed to change their own password.
|
![]() | AlternateCollaborationId |
Gets or sets a string value containing a unique identifier used for WorkgroupShare interoperability.
|
![]() | Count | (Inherited from Settings.) |
![]() | DomainAdministrator |
Gets or sets a boolean value that indicates whether the user is a domain administrator.
|
![]() | IsReadOnly | (Inherited from Settings.) |
![]() | Item | (Inherited from Settings.) |
![]() | ListAdministrator |
Gets or sets a boolean value that indicates whether the user is a list administrator.
|
![]() | ListOwner |
Gets or sets a boolean value that indicates whether the user is a list owner.
|
![]() | SystemAdministrator |
Gets or sets a boolean value that indicates whether the user is a system administrator.
|
See Also