items

fun items(types: Iterable<PortalItemType> = listOf(), owner: String = "", searchQuery: String = ""): PortalGroupContentSearchParameters

Creates a PortalGroupContentSearchParameters that will find items with any one of a number of given types.

Optionally restricts the search to items belonging to a specified owner. An optional search string can be used to restrict the search even further.

Return

a PortalGroupContentSearchParameters instance

Since

200.0.0

Parameters

types

item types to search for

owner

username of the owner of the items; empty to search for items with any owner

searchQuery

specifying other criteria for the search; empty for no search string