Click or drag to resize

NewsCategoryCollection Class

Represents a collection of News categories.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListNewsCategory
    Dynamicweb.NewsNewsCategoryCollection

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
[SerializableAttribute]
public class NewsCategoryCollection : List<NewsCategory>

The NewsCategoryCollection type exposes the following members.

Constructors
  NameDescription
Public methodNewsCategoryCollection
Initializes a new instance of the NewsCategoryCollection class.
Top
Methods
  NameDescription
Public methodContains
Determ is Category with specified id contains in collection
Public methodGetByID
Gets the news category by id.
Public methodGetIDs
Gets the news category ids list.
Public methodLoadGroups
Loads the custom groups from data base.
Top
See Also