ArcGIS Pro 3.2 API Reference Guide
ESRI.ArcGIS.ItemIndex Namespace / ItemInfoValue Structure
Members

In This Topic
    ItemInfoValue Structure
    In This Topic
    Represents the underlying details associated with a ArcGIS.Desktop.Core.Item.
    Syntax
    public struct ItemInfoValue : System.ValueType 
    Public Structure ItemInfoValue 
       Inherits System.ValueType
    Remarks
    An ItemInfoValue is always associated with an Item. Its primary purpose in the public API is for developers of custom items.
    The item's ItemInfoValue contains many of the item's details to include title, description, path, type id (read from the Config.daml), associated tags (if any), and so forth. In most cases, Pro constructs the ItemInfoValue for you using the values for your custom item component entry in the Config.daml. It is typically passed to its "containing" Item when the Item is constructed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ESRI.ArcGIS.ItemIndex.ItemInfoValue

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also