public static PortalQueryParameters CreateForItemsOfTypeInGroup( PortalItemType type, string groupId, string search )
Public Shared Function CreateForItemsOfTypeInGroup( _ ByVal type As PortalItemType, _ ByVal groupId As String, _ Optional ByVal search As String _ ) As PortalQueryParameters
Parameters
- type
- The type of the portal item.
- groupId
- The group Id of the portal item.
- search
- The string used for broader search on the items; such as on tags, title etc. May be empty (or null).
Return Value
Initialized portal query parameters