Value: 4
A type of restriction. Use this for presenting a multi-select list where more than one entry can be selected, such as for choosing specific titles to white-list. Call RestrictionEntry.SetChoiceEntries(String[]) and RestrictionEntry.SetChoiceValues(String[]) to set the localized list entries to present to the user and the corresponding values, respectively. Use RestrictionEntry.GetAllSelectedStrings and RestrictionEntry.SetAllSelectedStrings(String[]) to manipulate the selections.