ICategoryNodeAddPages Method
|
Associates a collection of new pages with this CategoryNode.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AddPages(
IEnumerable<IPage> pages
)
Sub AddPages (
pages As IEnumerable(Of IPage)
)
void AddPages(
IEnumerable<IPage^>^ pages
)
abstract AddPages :
pages : IEnumerable<IPage> -> unit
Parameters
- pages
- Type: System.Collections.GenericIEnumerableIPage
Pages to associate with this CategoryNode
Remarks Any already-associated pages are ignored.
See Also