Returns Hashed string from specified query string. Hashed string is not user specific.
            
 
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntaxprotected virtual string GetHashString(
	string query
)
Parameters
- query
 - Type: SystemString
Query to hash. 
Return Value
Type: 
String
See Also