SPObjectSharingInformationUser members
Contains information about a user with whom a securable object is shared.
The SPObjectSharingInformationUser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPObjectSharingInformationUser | Initializes a new instance of the SPObjectSharingInformationUser class. |
Top
Properties
Name | Description | |
---|---|---|
CustomRoleNames | Gets the custom role names that the user has for a document. | |
Department | Gets the department for the user. | |
Gets the email address for the user. | ||
HasEditPermission | Gets whether the user has edit permission for a document. | |
HasViewPermission | Gets whether the user has view permission for a document. | |
ID | Gets the identifier for the user. | |
IsSiteAdmin | Gets whether the user is a site administrator. | |
JobTitle | Gets the job title for the user. | |
LoginName | Gets the login name for the user. | |
Name | Gets the display name for the user. | |
Picture | Gets the picture URL for the user. | |
Principal | Gets the principal with whom a securable object is shared. This could be a user or group. | |
SipAddress | Gets the Session Initiation Protocol (SIP) address for the user. | |
User | Gets the user with whom a securable object is shared. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top