ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class / CreateForItemsWithOwner Method
The username of the owner (may be null).

CreateForItemsWithOwner Method
Returns query parameters that will find items with a specified item owner.
Syntax
public static PortalQueryParameters CreateForItemsWithOwner( 
   string owner
)

Parameters

owner
The username of the owner (may be null).

Return Value

Initialized portal query parameters
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.1 or higher.
See Also