StringDict.set Method

Module: StringDict

Definition

Sets an item of the StringDict object.

void set(String? key, String? item)

Parameters

key String
in Unique key of the item to set.

item String
in item to set.

Exceptions

An error has occurred during Document Library execution.