public void SetAvailableSubCategories( 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.SetAvailableSubCategories("Cat1, Cat2, Another Cat",true);