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
)
Function ContentItemsAssignedToGroup (
group As IUserGroup,
<OutAttribute> ByRef count As Integer,
Optional pageSize As Integer = -1,
Optional startIndex As Integer = -1
) As IEnumerable(Of PageHierarchyAndID)
IEnumerable<PageHierarchyAndID^>^ ContentItemsAssignedToGroup(
IUserGroup^ group,
[OutAttribute] int% count,
int pageSize = -1,
int startIndex = -1
)
abstract ContentItemsAssignedToGroup :
group : IUserGroup *
count : int byref *
?pageSize : int *
?startIndex : int
(* Defaults:
let _pageSize = defaultArg pageSize -1
let _startIndex = defaultArg startIndex -1
*)
-> IEnumerable<PageHierarchyAndID>
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:
IEnumerablePageHierarchyAndIDContent 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)