Web Storage Control Methods  
 
Method Description
Cancel Cancel the current storage operation
Close Close the open storage container
CompareData Compare the data in a buffer with a stored object
CompareFile Compare the data in a file with a stored object
Copy Copy the contents of a stored object to another container
Delete Delete a stored object from the container
DeleteAll Delete all stored objects from the current container
Exists Determine if a specific stored object exists in the container
FindFirst Find the first stored object that matches a label or content type
FindNext Find the next stored object that matches a label or content type
GetData Download the data in a stored object to a string or byte array buffer
GetFile Download a stored object to a file on the local system
Initialize Initialize the control and validate the runtime license key
Move Move a stored object to another container
Open Open a storage container
PutData Upload the data in a string or byte array buffer to the storage container
PutFile Upload a local file to the storage container
RegisterId Register a new application identifier with the storage service
Rename Change the label of an existing storage object
Reset Reset the internal state of the control
Uninitialize Uninitialize the control and release any system resources that were allocated
UnregisterId Unregister a previously registered application identifier
ValidateId Check an application identifier to ensure it is valid and exists
ValidateLabel Validate an object label to ensure it uses allowed characters