TdxCloudStorage.InviteUsers(TdxCloudStorageItem,TArray<string>,Boolean,Boolean,Boolean,string) Method
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AItem | Tdx |
A cloud file or folder metadata container. |
AUsers | TArray |
An array of user emails for which the function generates access permissions. |
ARead |
Boolean | If True, the function generates read-only access permissions for the specified users; otherwise, the users can edit the cloud resource. |
ARequire |
Boolean | If True, the specified users need to sign in to a Microsoft One |
ASend |
Boolean | If True, the cloud storage sends invitations to all specified users; otherwise, users receive no notifications. |
AMessage | string | A custom message sent in invitation emails. This parameter has no effect if the ASend |
#Returns
Type | Description |
---|---|
TList |
A list of generated access permissions. |
#Remarks
Call this procedure to create a series of read-only access permissions for the specified users. You can pass False as the optional AReadOnly parameter to create a series of permissions to edit the cloud resource instead.
Note
The Invite