Click or drag to resize

NewsCategory Methods

The NewsCategory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckChainIdsString
Checks if the input string is compared with the Template.
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32)
Deletes the custom category with specified id.
(Overrides DbObjectDelete(Int32).)
Public methodStatic memberDeleteCustomFieldsValues
Deletes the custom field values by context and id.
Public methodFill
Reads news category from data base.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills the row.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetAllCategoryList
Gets all news category list.
Public methodStatic memberGetAllowedCategoriesForUser
Gets all news category list.
Public methodGetArchiveNewsCount
Gets the amount of archive news.
Public methodStatic memberGetArchiveNewsCount(Int32)
Gets the amount of archive news.
Public methodStatic memberGetCategoryList(String)
Gets the news category list by ids.
Public methodStatic memberGetCategoryList(NewsCategorySortFields, SortDirection, String, Int32, Int32)
Gets the news category list.
Public methodGetNewsCount
Gets the amount of news.
Public methodStatic memberGetNewsCount(Int32)
Gets the amount of news.
Public methodStatic memberGetNewsIdsInCategory
Gets the list of news ids by specified category id.
Public methodStatic memberGetRowCount
Gets the amount of news categories by searching filter.
Public methodLoad (Inherited from DbObject.)
Public methodLoadGroups
Loads the custom groups.
Public methodStatic memberRemoveCache
Removes the cache.
Public methodSave
Saves current news category to the data base.
(Overrides DbObjectSave.)
Top
See Also