API Reference
Class
GlobalStorage
Provides helpers for generating identifiers.
Inheritance
- Object
- GlobalStorage
Methods
GenerateRandomId(System.String preText, System.Int32 length) #Generates a pseudo random identifier with a prefix.
Parameters
- preText System.String
- Prefix for the identifier.
- length System.Int32
- Length of the random section.
Returns
Generated identifier.