Saves a string to dynamic properties, optionally clearing old properties first and splitting the string into chunks.
The string to save to dynamic properties.
The name of the property to save the string under.
Whether to clear old properties before saving the new string. Defaults to true.
The size of each chunk to split the string into. Defaults to 32760.
If propertyName is not a string.
propertyName
If clearOldProperties is not a boolean.
clearOldProperties
Saves a string to dynamic properties, optionally clearing old properties first and splitting the string into chunks.