SharingResult interface

An interface representing the result of API: openItemSharingDialogWithResult

Properties

itemPermissions

Shared customized permissions

permissions

Shared core permissions

relatedSharingPermissions

Related sharing information

scope

Scope of sharing. Only available for link sharing.

sharedUsers

Shared users's object id

sharingCompleted

If sharing has successfully or not

Property Details

itemPermissions

Shared customized permissions

itemPermissions: number

Property Value

number

permissions

Shared core permissions

permissions: Permissions

Property Value

relatedSharingPermissions

Related sharing information

relatedSharingPermissions?: TriRelatedSharingPermissions[]

Property Value

scope

Scope of sharing. Only available for link sharing.

scope?: SharingLinkType

Property Value

sharedUsers

Shared users's object id

sharedUsers: string[]

Property Value

string[]

sharingCompleted

If sharing has successfully or not

sharingCompleted: boolean

Property Value

boolean