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

    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

    ArcGIS Pro version: 3 or higher.
    See Also