ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class


In This Topic
    Item Class Properties
    In This Topic

    For a list of all members of this type, see Item members.

    Public Properties
     NameDescription
    Public Property Gets documented limitations with respect to using the item. Derived from Use Limitations defined in the item's metadata.  
    Public PropertyGets and sets the alias of the item. The setter for this property changes the value for this application session, but will not result in the new value being persisted for the next session even if changes to the project are saved. If the new value needs to be saved with other project changes, use the SetAlias method.  
    Public Property Gets information that gives credit to the producer or provider of the item. Derived from Credits defined in the item's metadata.  
    Public Property Gets and sets a description of the item. Derived from the Description or Abstract defined in the item's metadata.  
    Public Property Gets the item file size  
    Public Property Gets a unique identifier for the item  
    Public Property Gets a unique identifier associated with each portal item  
    Public Property Gets if the item contains other items  
    Public Property Gets if the item has been set as a default for this project  
    Public Property Gets if the item is invalid  
    Public Property Returns whether the Item must be refreshed on the MCT within the lambda of a QueuedTask.Run.  
    Public Property Gets a list of the item categories in which the item participates  
    Public Property Gets the maximum map scale at which the item should draw  
    Public Property Gets the minimum map scale at which the item should draw  
    Public Property Gets and sets the name of the item  
    Public Property Gets the path used to access the item  
    Public Property Gets and sets the location where the item is stored  
    Public Property Gets and sets the time when the item's source item was last modified  
    Public Property Gets and sets a Uri that identifies the source item from which the item was created in the project  
    Public Property Gets and sets a summary describing the purpose of the item. Derived from the Summary or Purpose defined in the item's metadata.  
    Public Property Gets and sets a comma-separated list of tags that describe the item. Derived from Tags defined in the item's metdata.  
    Public Property Gets and sets a path to a thumbnail that describes and helps to identify the item. Derived from the Thumbnail that is extracted from the item's metadata.  
    Public Property Gets and sets a descriptive title for the item. Derived from the Title in the item's metadata.  
    Public Property Gets a localized string indicating the item's type, for example, shapefile  
    Public Property Gets the type identifier that indicates what icon, context menu, and operations the item should have  
    Public Property Gets keywords associated with the item's type that support finding the item with a search  
    Public Property Gets a URL that can be used to access the item  
    Public Property Gets the maximum value along the x-axis for the item's minimum bounding rectangle  
    Public Property Gets the minimum value along the x-axis for the item's minimum bounding rectangle  
    Public Property Gets the maximum value along the y-axis for the item's minimum bounding rectangle  
    Public Property Gets the minimum value along the y-axis for the item's minimum bounding rectangle  
    Top
    Protected Properties
     NameDescription
    Protected Internal Property Gets whether to block from the cache  
    Protected Internal PropertyGets the category for this item  
    Protected Internal PropertyGets and sets the container type for this item  
    Protected Internal PropertyGets and sets the context menu id for the item  
    Protected Internal Property Gets the item creation time  
    Protected Internal PropertyGets and sets the last modified time for this item  
    Protected Internal PropertyGets and sets the display type string  
    Protected Internal PropertyGets and sets the group sort order for the item.  
    Protected Internal PropertyChecks whether the item has child items in its child item collection  
    Protected PropertyGets whether the item is searchable. Default is true  
    Protected Internal PropertyGets the associated key for this item  
    Protected Internal PropertyGets and sets the project item sort order for the item.  
    Protected Internal PropertyGets whether the item supports categories. The default is false  
    Protected Internal PropertyGets whether the item supports a date. The default is true  
    Protected Internal PropertyGets whether the item supports an owner. The default is false  
    Top
    See Also