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

In This Topic
    CreateForItemsWithOwner Method
    In This Topic
    Returns query parameters that will find items with a specified item owner.
    Syntax
    public static PortalQueryParameters CreateForItemsWithOwner( 
       string owner
    )
    Public Shared Function CreateForItemsWithOwner( _
       ByVal owner As String _
    ) As PortalQueryParameters

    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