Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the checklist group name.
Syntax
public str getCheckListGroup()
Run On
Called
Return Value
Type: str
Returns the group name of the checklist item.
Remarks
Override this method to specify the name of the group that this checklist should belong to. To nest groups, use \. For example: My Checklist Group\My Sub Group. This method must be overridden because all the checklist items must appear in a group, except if isCheckbox = true.