void SetRecipientIds( const qVector< qUnsignedInt32 > & recipientIds );
Name | Description | |
---|---|---|
in | recipientIds | The list of principal IDs of persons who have permission. |
Sets the persons who have permission.
Specifies the principal IDs of persons who have permission. The specified values can be used only when DataStoreConstants::PERMISSION_SPECIFIED
or DataStoreConstants::PERMISSION_SPECIFIED_FRIEND
are specified by using the DataStorePermission::SetPermission
function. When DataStoreConstants::PERMISSION_SPECIFIED
is specified, only people that have a principal ID specified by this function have permission. When DataStoreConstants::PERMISSION_SPECIFIED_FRIEND
is specified, only people that have a principal ID specified by this function, and who are also a friend at the time of access, have permission.
CONFIDENTIAL