2020.1

Table Of Contents
Name Description
in KeyValues. Every key specified in
KeyValues must exist otherwise an error
is raised. However, it is not required to
specify all available keys in KeyValues.
Only the keys specified are updated in
GroupName while unspecified keys are
set to an empty string.
"GetKeySets" on page185 Retrieves Keys values in GroupName for
keysets that match Condition. When an
asterisk * is passed as the Keys
parameter, all keys are retrieved. When
Condition is left empty, all keysets are
retrieved.
"RemoveKeySets" on page191 Deletes all keysets in GroupName that
match Condition. The condition is
specified using basic SQL WHERE
syntax. Condition may be left empty, in
which case all keysets in GroupName
are deleted. The method returns the
number of keysets that were deleted.
Skin/Formats/CrossReferencePrintFormat
("RemoveKeySetByIDDeletes the keyset
whose ID equals ID from GroupName. Returns
1 if successful, 0 otherwise. This method is
functionally equivalent to using
RemoveKeySets with its Condition parameter
set to "ID=ID". SyntaxRemoveKeySetByID
(GroupName: string, ID: integer): integer
ExamplesIn each of these examples, the
object repoObject is deemed having been
obtained through a call to the COM object
"RepositoryLib.WorkflowRepository" (see
Deletes the keyset whose ID equals ID
from GroupName. Returns 1 if
successful, 0 otherwise.
Note that this method is functionally
equivalent to using "RemoveKeySets" on
page191 with its Condition parameter set
to "ID=ID".
Page 180