ArcGIS Pro 2.8 API Reference Guide
CreateForItemsWithId Method

ArcGIS.Desktop.Core.Portal Namespace > PortalQueryParameters Class : CreateForItemsWithId Method
The item Id of the portal item.
Returns query parameters that will find items with a specified item Id.
Syntax
public static PortalQueryParameters CreateForItemsWithId( 
   string itemId
)
Public Shared Function CreateForItemsWithId( _
   ByVal itemId As String _
) As PortalQueryParameters

Parameters

itemId
The item Id of the portal item.

Return Value

Initialized portal query parameters
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PortalQueryParameters Class
PortalQueryParameters Members