ICategoryNodeAddPages Method
|
Associates a collection of new pages with this CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AddPages(
IEnumerable<IPage> pages
)
Sub AddPages (
pages As IEnumerable(Of IPage)
)
void AddPages(
IEnumerable<IPage^>^ pages
)
abstract AddPages :
pages : IEnumerable<IPage> -> unit Parameters
- pages IEnumerableIPage
- Pages to associate with this CategoryNode
RemarksAny already-associated pages are ignored.
See Also