Click or drag to resize
FileGetHashString Method
Returns Hashed string from specified query string. Hashed string is not user specific.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetHashString(
	string query
)

Parameters

query
Type: SystemString
Query to hash.

Return Value

Type: String
See Also