nn::nex::DataStoreChangeMetaParam::SetUpdatePassword Member Function

Syntax

void SetUpdatePassword(
     qUnsignedInt64 updatePassword
);

Parameters

Name Description
in updatePassword Update password.

Return Values

None.

Description

Sets an update password.

Sets an update password to use when working with data to which the user does not have update permissions. Specify the update password received from the owner of the data. If the user has update permissions, the update password is ignored and the data can be updated at any time. If you specify DataStoreConstants::INVALID_PASSWORD, authentication by using an update password is not performed. If no password is specified with this function, DataStoreConstants::INVALID_PASSWORD is used.

Revision History

2012/07/02
Initial version.

CONFIDENTIAL