hi. i used these api in kentico 7. but i want to use in kentico 8.2.
whats are the new of these:
InfoDataSet optionCategoryInfos =
SKUOptionCategoryInfoProvider.GetSKUOptionCategories(wheresoci, "");
DataSet temps = CMS.PortalEngine.PageTemplateInfoProvider.GetTemplates(ptiWhere,null);
DataSet existSku = SKUInfoProvider.GetSKUs(where, null);
field.DataType = FormFieldDataTypeEnum.Integer;
DataClassInfo parentClass = DocumentTypeHelper.GetClassNames("cms.menuitem");
DataClassInfoProvider.DeleteDataClassInfo(className);
DataSet Options = SKUInfoProvider.GetSKUs(where, null);
DataSet categories = OptionCategoryInfoProvider.GetOptionCategories(whereCO, null);
newCategory.CategorySiteID = CMSContext.CurrentSiteID;
Code
thanks. please help me, this is very important.
↧