nn::nex::DataStorePermission::SetRecipientIds Member Function

Syntax

void SetRecipientIds(
     const qVector< qUnsignedInt32 > & recipientIds
);

Parameters

Name Description
in recipientIds The list of principal IDs of persons who have permission.

Return Values

None.

Description

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.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL