Database.createGroup


createGroup(groupName, [featureList])

Create a new group. All currently selected items will automatically be added to the group

groupNamestring
featureListoptional array of DatabaseMember objects array of members for the new group
Return valueIFGroup

See also Group createEmptyGroup

Back to Database

Back to Overview