UserAccessSettings ClassIpswitch.Messaging.Framework
Represents various access settings for the user.
Inheritance Hierarchy

SystemObject
  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

public class UserAccessSettings : Settings

The UserAccessSettings type exposes the following members.

Constructors

  NameDescription
Public methodUserAccessSettings
Initializes a new instance of the UserAccessSettings class, which represents settings for a single user.
Top
Methods

  NameDescription
Public methodAdd(ISetting)
(Inherited from Settings.)
Public methodAddT(String, T) (Inherited from Settings.)
Public methodClear
(Inherited from Settings.)
Public methodContains(String)
(Inherited from Settings.)
Public methodContains(ISetting)
(Inherited from Settings.)
Public methodCopyTo
(Inherited from Settings.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetT
(Inherited from Settings.)
Public methodGetEnumerator
(Inherited from Settings.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(String)
(Inherited from Settings.)
Public methodRemove(ISetting)
(Inherited from Settings.)
Public methodSetT
(Inherited from Settings.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAllowInfoAccess
Gets or sets a string value Indicating if the users info will be published to LDAP / MPC
Public propertyAllowPasswordChange
Gets of sets a boolean value that indicates whether the user is allowed to change their own password.
Public propertyAlternateCollaborationId
Gets or sets a string value containing a unique identifier used for WorkgroupShare interoperability.
Public propertyCount
(Inherited from Settings.)
Public propertyDomainAdministrator
Gets or sets a boolean value that indicates whether the user is a domain administrator.
Public propertyIsReadOnly
(Inherited from Settings.)
Public propertyItem
(Inherited from Settings.)
Public propertyListAdministrator
Gets or sets a boolean value that indicates whether the user is a list administrator.
Public propertyListOwner
Gets or sets a boolean value that indicates whether the user is a list owner.
Public propertySystemAdministrator
Gets or sets a boolean value that indicates whether the user is a system administrator.
Top
See Also

Reference