ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalItem Class / ItemKeywords Property

In This Topic
    ItemKeywords Property
    In This Topic
    Gets a list of keywords that further describes the type of this item.
    Syntax
    public IReadOnlyList<string> ItemKeywords {get;}
    Public ReadOnly Property ItemKeywords As IReadOnlyList(Of String)
    Remarks
    Each item is tagged with a set of type keywords that are derived based on its primary type.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also