public static PortalQueryParameters CreateForItemsOfTypes( IEnumerable<PortalItemType> types, string owner, string groupId, string search )
Public Shared Function CreateForItemsOfTypes( _ ByVal types As IEnumerable(Of PortalItemType), _ Optional ByVal owner As String, _ Optional ByVal groupId As String, _ Optional ByVal search As String _ ) As PortalQueryParameters
Parameters
- types
- The list of portal item types to search for.
- owner
- The username of the owner. May be empty (or null).
- groupId
- The group Id of the portal item. May be empty (or null).
- 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