IContentItemAddCategories Method
|
Adds
Categories association to this Page. Which also means, categorized this page
with given categories.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax void AddCategories(
IEnumerable<ICategoryNode> categories
)
Sub AddCategories (
categories As IEnumerable(Of ICategoryNode)
)
void AddCategories(
IEnumerable<ICategoryNode^>^ categories
)
abstract AddCategories :
categories : IEnumerable<ICategoryNode> -> unit
Parameters
- categories
- Type: System.Collections.GenericIEnumerableICategoryNode
[Missing <param name="categories"/> documentation for "M:Ingeniux.CMS.IContentItem.AddCategories(System.Collections.Generic.IEnumerable{Ingeniux.CMS.ICategoryNode})"]
See Also