CatalogRepository Class Members
In This Topic
The following tables list the members exposed by CatalogRepository.
Public Constructors
Public Methods
| Name | Description |
 | Copy | Overloaded.
Copies a catalog node.
|
 | CountForCategory | Overloaded.
Counts the number of catalog nodes in a category
|
 | GetCategoryId |
Gets the category Id for the given node
|
 | GetPath | Overloaded.
Gets the traversal path(s) for a given category
|
 | Load |
Loads a Catalogable object with given node Id and node type
|
 | LoadForCategory | Overloaded.
Loads the collection of catalog node items for given category id
|
 | Search | Overloaded.
Search catalog nodes for given search criteria
|
 | SearchCount |
Gets the number of catalog nodes mathcing the search criteria
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also