Expand Minimize

SPObjectSharingInformation Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPObjectSharingInformation

Type Mapping

Constructors

Properties

SSOM System.String get_AnonymousEditLink()
CSOM String ObjectSharingInformation.get_AnonymousEditLink()
JSOM string SP.ObjectSharingInformation.get_anonymousEditLink()
SSOM System.String get_AnonymousViewLink()
CSOM String ObjectSharingInformation.get_AnonymousViewLink()
JSOM string SP.ObjectSharingInformation.get_anonymousViewLink()
SSOM System.Boolean get_CanManagePermissions()
CSOM Boolean ObjectSharingInformation.get_CanManagePermissions()
JSOM boolean SP.ObjectSharingInformation.get_canManagePermissions()
SSOM System.Boolean get_HasPendingAccessRequests()
CSOM Boolean ObjectSharingInformation.get_HasPendingAccessRequests()
JSOM boolean SP.ObjectSharingInformation.get_hasPendingAccessRequests()
SSOM System.Boolean get_HasPermissionLevels()
CSOM Boolean ObjectSharingInformation.get_HasPermissionLevels()
JSOM boolean SP.ObjectSharingInformation.get_hasPermissionLevels()
SSOM System.Boolean get_IsSharedWithCurrentUser()
CSOM Boolean ObjectSharingInformation.get_IsSharedWithCurrentUser()
JSOM boolean SP.ObjectSharingInformation.get_isSharedWithCurrentUser()
SSOM System.Boolean get_IsSharedWithGuest()
CSOM Boolean ObjectSharingInformation.get_IsSharedWithGuest()
JSOM boolean SP.ObjectSharingInformation.get_isSharedWithGuest()
SSOM System.Boolean get_IsSharedWithMany()
CSOM Boolean ObjectSharingInformation.get_IsSharedWithMany()
JSOM boolean SP.ObjectSharingInformation.get_isSharedWithMany()
SSOM System.Boolean get_IsSharedWithSecurityGroup()
CSOM Boolean ObjectSharingInformation.get_IsSharedWithSecurityGroup()
JSOM boolean SP.ObjectSharingInformation.get_isSharedWithSecurityGroup()
SSOM System.String get_PendingAccessRequestsLink()
CSOM String ObjectSharingInformation.get_PendingAccessRequestsLink()
JSOM string SP.ObjectSharingInformation.get_pendingAccessRequestsLink()

Methods

SSOM Microsoft.SharePoint.SPObjectSharingInformation GetListItemSharingInformation(System.Guid, System.Int32, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
CSOM ObjectSharingInformation ObjectSharingInformation.GetListItemSharingInformation(ClientRuntimeContext,Guid,Int32,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
JSOM ObjectSharingInformation SP.ObjectSharingInformation.getListItemSharingInformation(ClientRuntimeContext,Guid,number,boolean,boolean,boolean,boolean,boolean,boolean)
SSOM Microsoft.SharePoint.SPObjectSharingInformation GetObjectSharingInformation(Microsoft.SharePoint.SPSecurableObject, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
CSOM ObjectSharingInformation ObjectSharingInformation.GetObjectSharingInformation(ClientRuntimeContext,SecurableObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
JSOM ObjectSharingInformation SP.ObjectSharingInformation.getObjectSharingInformation(ClientRuntimeContext,SecurableObject,boolean,boolean,boolean,boolean,boolean,boolean,boolean)
SSOM System.Collections.Generic.List`1<Microsoft.SharePoint.SPObjectSharingInformationUser> GetSharedWithUsers()
CSOM ClientObjectList ObjectSharingInformation.GetSharedWithUsers()
JSOM ClientObjectList SP.ObjectSharingInformation.getSharedWithUsers()
SSOM Microsoft.SharePoint.SPObjectSharingInformation GetWebSharingInformation(System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
CSOM ObjectSharingInformation ObjectSharingInformation.GetWebSharingInformation(ClientRuntimeContext,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
JSOM ObjectSharingInformation SP.ObjectSharingInformation.getWebSharingInformation(ClientRuntimeContext,boolean,boolean,boolean,boolean,boolean,boolean)
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.