Method GetCustomData
GetCustomData(string)
Retrieves the custom data associated with the specified key.
public virtual string GetCustomData(string key)
Parameters
keystringThe key used to identify the custom data. Cannot be null or empty.
Returns
- string
The custom data as a string if the key exists; otherwise, an empty string.