ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.DataReviewer Namespace / ReviewerResultsProjectItem Class


In This Topic
    ReviewerResultsProjectItem Class Properties
    In This Topic

    For a list of all members of this type, see ReviewerResultsProjectItem 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. (Inherited from ArcGIS.Desktop.Core.Item)
    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. (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets information that gives credit to the producer or provider of the item. Derived from Credits defined in the item's metadata. (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets or sets an item in this project item as the default session.  
    Public Property Gets and sets a description of the item. Derived from the Description or Abstract defined in the item's metadata. (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the item file size (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets a unique identifier for the item (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets a unique identifier associated with each portal item (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets if the item contains other items (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets if the item has been set as a default for this project (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets if the item is invalid (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Returns whether the Item must be refreshed on the MCT within the lambda of a QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets a list of the item categories in which the item participates (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the maximum map scale at which the item should draw (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the minimum map scale at which the item should draw (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets and sets the name of the item (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the path used to access the item (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets and sets the location where the item is stored (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the ReviewerDataset which provides access to Reviewer data stored in a geodatabase.  
    Public Property Gets and sets the time when the item's source item was last modified (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets and sets a Uri that identifies the source item from which the item was created in the project (Inherited from ArcGIS.Desktop.Core.Item)
    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. (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets and sets a comma-separated list of tags that describe the item. Derived from Tags defined in the item's metdata. (Inherited from ArcGIS.Desktop.Core.Item)
    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. (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets and sets a descriptive title for the item. Derived from the Title in the item's metadata. (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets a localized string indicating the item's type, for example, shapefile (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the type identifier that indicates what icon, context menu, and operations the item should have (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets keywords associated with the item's type that support finding the item with a search (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets a URL that can be used to access the item (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the maximum value along the x-axis for the item's minimum bounding rectangle (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the minimum value along the x-axis for the item's minimum bounding rectangle (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the maximum value along the y-axis for the item's minimum bounding rectangle (Inherited from ArcGIS.Desktop.Core.Item)
    Public Property Gets the minimum value along the y-axis for the item's minimum bounding rectangle (Inherited from ArcGIS.Desktop.Core.Item)
    Top
    Protected Properties
     NameDescription
    Protected Internal Property Gets whether to block from the cache (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets the category for this item (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets and sets the container type for this item (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal Property Gets the item creation time (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets and sets the last modified time for this item (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets and sets the display type string (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets and sets the group sort order for the item. (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyChecks whether the item has child items in its child item collection (Inherited from ArcGIS.Desktop.Core.Item)
    Protected PropertyGets whether the item is searchable. Default is true (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets the associated key for this item (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets and sets the project item sort order for the item. (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets whether the item supports categories. The default is false (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets whether the item supports a date. The default is true (Inherited from ArcGIS.Desktop.Core.Item)
    Protected Internal PropertyGets whether the item supports an owner. The default is false (Inherited from ArcGIS.Desktop.Core.Item)
    Top
    See Also