Collections.Set.deleteSet()

Signature

Object deleteSet ( String setId )

Domain

ACTION

Description

Deletes the instance of Set for the given setID.
This function can not be used if the collection is created with createSet().

Parameters

NameTypeDescription
setIdStringThe String ID of the Set to delete

Returns

TypeDescription
void

Cautions

none