Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SharingResultOData

SharingResultOData

Hierarchy

Index

Properties

Optional ErrorMessage

ErrorMessage: string

GroupUsersAddedTo

GroupsSharedWith

GroupsSharedWith: IBaseResults<Group> & GroupCollectionMethods

Optional IconUrl

IconUrl: string

Optional InvitedUsers

InvitedUsers: { results: Array<SPInvitationCreationResult> }

Type declaration

  • results: Array<SPInvitationCreationResult>

Optional Name

Name: string

Optional PermissionsPageRelativeUrl

PermissionsPageRelativeUrl: string

Optional StatusCode

StatusCode: number

Optional UniquelyPermissionedUsers

UniquelyPermissionedUsers: { results: Array<UserSharingResult> }

Type declaration

  • results: Array<UserSharingResult>

Optional Url

Url: string

Optional UsersAddedToGroup

UsersAddedToGroup: { results: Array<UserSharingResult> }

Type declaration

  • results: Array<UserSharingResult>

UsersWithAccessRequests

UsersWithAccessRequests: IBaseResults<User> & UserCollectionMethods

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

response

response: string

The response

Methods

stringify

  • stringify(): string

Generated using TypeDoc