Title Description
GetSharedData 

Returns the value of the shared data named key. Returns an empty string if...

IsSharedDataConstant 

Returns true if the shared data named key is constant. Constant data...

RemoveSharedData 

Deletes a shared data entry named key and returns true if it was...

SetSharedData 

Creates or changes a shared data value named key with the given string-based...

SharedDataExists 

Returns true if the shared data named key exists.

...