Method CreateForItemsOfTypes
CreateForItemsOfTypes(IEnumerable<PortalItemType>, String, String, String)
Returns query parameters that will find items with the specified types, group and owner.
Declaration
public static PortalQueryParameters CreateForItemsOfTypes(IEnumerable<PortalItemType> types, string owner = null, string groupId = null, string search = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<PortalItemType> | types | The list of portal item types to search for. |
| System.String | owner | The username of the owner. May be |
| System.String | groupId | The group Id of the portal item. May be |
| System.String | search | The string used for broader search on the items; such as on tags, title etc. May be |
Returns
| Type | Description |
|---|---|
| PortalQueryParameters | Initialized portal query parameters |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.2 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.14 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |