StringDict.set Method¶
Module: StringDict
Definition¶
Sets an item of the StringDict object.
void set(String? key, String? item)
Parameters
key Stringin Unique key of the item to set.
item Stringin item to set.
Exceptions
An error has occurred during Document Library execution.