add To Array
Add a string value in the specified array attribute. If empty, the collection will automatically be created.
Return
This object instance, for method chaining
Parameters
The array attribute to add the value to. Cannot be null. Must be a string of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.
The value to add. Cannot be null or empty. Must be a string no longer than 64 characters.
Add a list of strings in the specified array attribute. If empty, the collection will automatically be created.
Return
This object instance, for method chaining
Parameters
The array attribute to add the value to. Cannot be null. Must be a string of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.
The strings to add. Cannot be null or empty. Must be strings no longer than 64 characters and max 25 items