public void SetAvailableCategories( string categories, bool allowFreeEntry );
allowFreeEntry
Defines whether the user is allowed to enter additional categories (true) or whether the list is limited to the available ones (false).
this.SetAvailableCategories("Cat1, Cat2, Another Cat",true);