nn::nex::DataStorePreparePostParam::SetName Member Function

Syntax

void SetName(
     const String & name
);

Parameters

Name Description
in name The title (summary information) to be added to upload data as metadata.

Return Values

None.

Description

Sets the title.

This function specifies the title (summary information) to be added to upload data as metadata. You can specify any Unicode string (up to 64 characters using UTF-8 character conversion). This parameter specification is not required. The default is an empty string.

Revision History

2011/10/25
Corrected the text to say "You can specify any Unicode string."
2011/03/03
Added note that user can specify any UTF-8 string (up to 64 characters using UTF-8 character conversion).
2011/01/27
Initial version.

CONFIDENTIAL