This question is locked. New answers and comments are not allowed.
Hi Telerik,
Is there any way I can pull the category by name.This feature is available in Scheduler.
public static Category RecreateCategory(string categoryName)
{
return Categories.AllCategories.SingleOrDefault(c => c.CategoryName == categoryName);
}
Is there any way I can pull the category by name.This feature is available in Scheduler.
public static Category RecreateCategory(string categoryName)
{
return Categories.AllCategories.SingleOrDefault(c => c.CategoryName == categoryName);
}