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


In This Topic
    ItemInfoValue Structure Members
    In This Topic

    The following tables list the members exposed by ItemInfoValue.

    Public Fields
     NameDescription
    Public Field Gets and sets any information on license or restrictions related to the item.  
    Public Field Gets and sets whether the item will only be browsed.  
    Public Field Gets and sets the path used to access the item.  
    Public Field Gets and sets the date on which the item was created.  
    Public Field Gets and sets any information on the source of the item and its copyright status.  
    Public Field Gets and sets the item's locale information (language and country).  
    Public Field Gets and sets a detailed description for the item.  
    Public Field Gets and sets a unique id for the item.  
    Public Field Gets and sets whether the associated item is a container (i.e. can contain other items).  
    Public Field Gets and sets the last date on which the item was modified.  
    Public Field Gets and sets a maximum scale associated with the item.  
    Public Field Gets and sets a minimum scale associated with the item.  
    Public Field Gets and sets the name of the item.  
    Public Field Gets and sets a physical path to the item.  
    Public Field Gets and sets portal URL to which the item belongs to  
    Public Field Gets and sets a comma-separated list of custom property names for an item.  
    Public Field Gets and sets a comma-separated list of custom property values for an item.  
    Public Field Gets and sets the size of data.  
    Public Field Gets and sets a summary description for the item.  
    Public Field Gets and sets the spatial reference associated with the item.  
    Public Field Gets and sets any user defined tags for the item.  
    Public Field Gets and sets a Url to a thumbnail used for the item.  
    Public Field Gets and sets a title for the item.  
    Public Field Gets and sets the content type of the item.  
    Public Field Gets and sets any key words that describe the item.  
    Public Field An arbitrary identifier that uniquely identifies the type of the item.  
    Public Field This is not used.  
    Public Field Gets and sets any key words that describe the item.  
    Public Field Gets and sets the service url of the item.  
    Public Field Gets and sets an associated workspace factory for the item.  
    Public Field Gets and sets the maximum upper right x coordinate of the extent of the item.  
    Public Field Gets and sets the minimum lower left x coordinate of the extent of the item.  
    Public Field Gets and sets the maximum upper right y coordinate of the extent of the item.  
    Public Field Gets and sets the minimum lower left y coordinate of the extent of the item.  
    Top
    Public Methods
     NameDescription
    Public Method Deserializes the xml string; assigning the ItemInfovalue properties.  
    Public MethodClears the ItemInfoValue. Properties are set to string.Empty.  
    Public Method Outputs the current item information into an xml string.  
    Top
    See Also