SPObjectSharingInformation members
Contains information about the sharing state of a securable object.
The SPObjectSharingInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPObjectSharingInformation | Initializes a new instance of the SPObjectSharingInformation class. |
Top
Properties
Name | Description | |
---|---|---|
AnonymousEditLink | Gets the anonymous edit link for the securable object, or an empty string if the link is not available. | |
AnonymousViewLink | Gets the anonymous view link for the securable object, or an empty string if the link is not available. | |
CanManagePermissions | Gets whether the current user has permission to manage permissions for the securable object. | |
HasPendingAccessRequests | Gets whether there are pending access requests for the securable object. | |
HasPermissionLevels | Gets whether permission levels are retrieved for the securable object (only applies to a document). | |
IsSharedWithCurrentUser | Gets whether the object is shared with the user making the current request. | |
IsSharedWithGuest | Gets whether the object is shared with anonymous guests. | |
IsSharedWithMany | Gets whether the object should be displayed as shared with many people. | |
IsSharedWithSecurityGroup | Gets whether the object is shared with at least one security group. | |
PendingAccessRequestsLink | Gets the link to the access requests page for the securable object, or an empty string if the link is not available. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetListItemSharingInformation | Retrieves information about the sharing state for a given list. | |
GetObjectSharingInformation | Gets information about the sharing state for a given securable object. | |
GetSharedWithUsers | Returns the list of users with whom an object is shared. | |
GetType | (Inherited from Object.) | |
GetWebSharingInformation | Retrieves information about the sharing state for the current site. The current site is the site in the context of which this method is invoked. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top