Click or drag to resize

ISiteContentItemsAssignedToGroup Method


Gets the Content Items assigned to the specified Group.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<PageHierarchyAndID> ContentItemsAssignedToGroup(
	IUserGroup group,
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

group  IUserGroup
The Group that Pages are assigned to
count  Int32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.ISite.ContentItemsAssignedToGroup(Ingeniux.CMS.IUserGroup,System.Int32@,System.Int32,System.Int32)"]

pageSize  Int32  (Optional)

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.ISite.ContentItemsAssignedToGroup(Ingeniux.CMS.IUserGroup,System.Int32@,System.Int32,System.Int32)"]

startIndex  Int32  (Optional)

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.ISite.ContentItemsAssignedToGroup(Ingeniux.CMS.IUserGroup,System.Int32@,System.Int32,System.Int32)"]

Return Value

IEnumerablePageHierarchyAndID
Content Items assigned to the specified Group.
Remarks

When the "user" parameter value is null, returns an empty array.

See Also

Reference

ISite Interface
Ingeniux.CMS Namespace
ContentItemsAssignedToGroup(IUserGroup, Int32, Int32, Int32)