Method CreateForGroups
CreateForGroups(Nullable<String>, Nullable<String>)
Returns query parameters that will find groups with a specified owner and title.
Declaration
public static PortalQueryParameters CreateForGroups(string? owner, string? title)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<String> | owner | The username of the owner (may be |
| System.Nullable<String> | title | The title of the group (may be |
Returns
| Type | Description |
|---|---|
| PortalQueryParameters | Initialized portal query parameters |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |