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.3.169
Syntax void AddCategories(
IEnumerable<ICategoryNode> cat
)
Sub AddCategories (
cat As IEnumerable(Of ICategoryNode)
)
void AddCategories(
IEnumerable<ICategoryNode^>^ cat
)
abstract AddCategories :
cat : IEnumerable<ICategoryNode> -> unit
Parameters
- cat
- Type: System.Collections.GenericIEnumerableICategoryNode
Categories to associate with this page
See Also