getDataNames

Retrieves information about the data names stored in the vault.

The application can pass the data names to getValue or getString to retrieve the data values.

Syntax

- (SUPObjectList *)getDataNames;

Parameters

None.

Returns

Returns a list of objects of type SUPDVDataName.

Examples