nn::nex::DataStoreLogicServerClient::DeleteObject Member Function

Syntax

virtual qBool DeleteObject(
     ProtocolCallContext * pContext,
     const DataStoreDeleteParam & param
);

Parameters

Name Description
in pContext Call information.
in param Detailed information.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Deletes data in storage.

Only people who have update permissions for the data can delete the data. POST data with a specified data ID cannot be deleted from a client. Use DMAS to delete such data.

Revision History

2011/04/25
Added mention that only people who have deletion rights for the data can delete the data.
2011/01/27
Initial version.

CONFIDENTIAL