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.308
Syntax
IEnumerable<PageHierarchyAndID> ContentItemsAssignedToGroup(
	IUserGroup group,
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

group
Type: Ingeniux.CMSIUserGroup
The Group that Pages are assigned to
count
Type: SystemInt32

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

pageSize (Optional)
Type: SystemInt32

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

startIndex (Optional)
Type: SystemInt32

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

Return Value

Type: IEnumerablePageHierarchyAndID
Content Items assigned to the specified Group.
Remarks

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

See Also

Reference

ISiteContentItemsAssignedToGroup(IUserGroup, Int32, Int32, Int32)