BasePermissionType Members
The BasePermissionType class is an abstract class that defines base permissions for items and folders.
The following tables list the members exposed by the BasePermissionType type.
Protected Constructors
Name | Description | |
---|---|---|
BasePermissionType | The BasePermissionType constructor initializes a new instance of the BasePermissionType class. |
Top
Public Properties
Name | Description | |
---|---|---|
CanCreateItems | The CanCreateItems property gets or sets a Boolean value that specifies whether a client can create items in a folder. | |
CanCreateItemsSpecified | The CanCreateItemsSpecified property gets or sets a Boolean value that specifies whether the CanCreateItems propert is serialized into the SOAP message. This property is required if the CanCreateItems property is specified. | |
CanCreateSubFolders | The CanCreateSubFolders property gets or sets a Boolean value that specifies whether the client can create subfolders. | |
CanCreateSubFoldersSpecified | The CanCreateSubFoldersSpecified property gets or sets a Boolean value that specifies whether the CanCreateSubFolders property is serialized into the SOAP message. This property is required if the CanCreateSubFolders property is specified. | |
DeleteItems | The DeleteItems property gets or sets a value that specifies whether the client can delete items. | |
DeleteItemsSpecified | The DeleteItemsSpecified property gets or sets a Boolean value that specifies whether the DeleteItems property is serialized into the SOAP message. This property is required if the DeleteItems property is specified. | |
EditItems | The EditItems property gets or sets a value that specifies whether a client can edit items. | |
EditItemsSpecified | The EditItemsSpecified property gets or sets a Boolean value that specifies whether the EditItems property is serialized into the SOAP message. This property is required if the EditItems property is specified. | |
IsFolderContact | The IsFolderContact property gets or sets a Boolean value that specifies whether a user is a contact for a folder. | |
IsFolderContactSpecified | The IsFolderContactSpecified property gets or sets a Boolean value that specifies whether the IsFolderContactSpecified property is serialized into the SOAP message. This property is required if the IsFolderContact property is specified. | |
IsFolderOwner | The IsFolderOwner property gets or sets a Boolean value that specifies whether the user is the owner of a folder. | |
IsFolderOwnerSpecified | The IsFolderOwnerSpecified property returns a Boolean value that specifies whether the IsFolderOwnerSpecified property is specified in the SOAP message. This property is required if the IsFolderOwner property is specified. | |
IsFolderVisible | The IsFolderVisible property returns a Boolean value that specifies whether a user can view a folder. | |
IsFolderVisibleSpecified | The IsFolderVisibleSpecified property returns a Boolean value that specifies whether the IsFolderVisible property is serialized into the SOAP message. This property is required if the IsFolderVisible property is specified. | |
UserId | The UserId property identifies a user or a delegate user who has folder access permissions. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top