| Name | Description |
 | Access | Gets the access level on the item. Private is the default and only the item owner can access. Shared means the item is shared with a specific group. Organization restricts item access to members of your organization. Public means any user can access the item. |
 | AccessConstraints |
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) |
 | Alias | Gets 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 ArcGIS.Desktop.Core.Item.SetAlias method. (Inherited from ArcGIS.Desktop.Core.Item) |
 | Created |
Gets the date of creation or null if one was not specified on the original item
(Inherited from ArcGIS.Desktop.Core.Portal.OnlineItem) |
 | Credits |
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) |
 | Description |
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) |
 | FileSize |
Gets the item file size
(Inherited from ArcGIS.Desktop.Core.Item) |
 | FolderID |
Gets the folder id in which the owner has stored the item.
|
 | Guid |
Gets a unique identifier for the item
(Inherited from ArcGIS.Desktop.Core.Item) |
 | ID |
Gets a unique identifier associated with each portal item
(Inherited from ArcGIS.Desktop.Core.Item) |
 | IsContainer |
Gets if the item contains other items
(Inherited from ArcGIS.Desktop.Core.Item) |
 | IsDefault |
Gets if the item has been set as a default for this project
(Inherited from ArcGIS.Desktop.Core.Item) |
 | IsInvalid |
Gets if the item is invalid
(Inherited from ArcGIS.Desktop.Core.Item) |
 | IsMainThreadRequired |
Returns whether the Item must be refreshed on the MCT within the
lambda of a QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Core.Item) |
 | ItemCategories |
Gets a list of the item categories in which the item participates
(Inherited from ArcGIS.Desktop.Core.Item) |
 | ItemID |
Gets the id of the item.
|
 | ItemKeywords |
Gets a list of keywords that further describes the type of this item.
|
 | ItemTags |
Gets a list of user defined tags that are words or short phrases that describe the item.
|
 | ItemUri |
Gets the uri of this portal item.
|
 | LastModified |
Gets the date the item was modified.
|
 | MaxScale |
Gets the maximum map scale at which the item should draw
(Inherited from ArcGIS.Desktop.Core.Item) |
 | MinScale |
Gets the minimum map scale at which the item should draw
(Inherited from ArcGIS.Desktop.Core.Item) |
 | Name |
Gets and sets the name of the item
(Inherited from ArcGIS.Desktop.Core.Item) |
 | Owner |
Gets the username of the user who owns this item.
|
 | Path |
Gets the path used to access the item
(Inherited from ArcGIS.Desktop.Core.Item) |
 | PhysicalPath |
Gets and sets the location where the item is stored
(Inherited from ArcGIS.Desktop.Core.Item) |
 | PortalItemType |
Gets the GIS content type of this item.
|
 | PortalUri |
Gets the Uri of the associated portal
(Inherited from ArcGIS.Desktop.Core.Portal.OnlineItem) |
 | SourceModifiedTime |
Gets and sets the time when the item's source item was last modified
(Inherited from ArcGIS.Desktop.Core.Item) |
 | SourceUri |
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) |
 | Summary |
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) |
 | Tags |
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) |
 | ThumbnailPath |
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) |
 | ThumbnailUri |
Gets the URI associated with the thumbnail image for this item.
|
 | Title |
Gets and sets a descriptive title for the item.
Derived from the Title in the item's metadata.
(Inherited from ArcGIS.Desktop.Core.Item) |
 | Type |
Gets a localized string indicating the item's type, for example, shapefile
(Inherited from ArcGIS.Desktop.Core.Item) |
 | TypeID |
Gets the type identifier that indicates what icon, context menu, and operations the item should have
(Inherited from ArcGIS.Desktop.Core.Item) |
 | TypeKeywords |
Gets keywords associated with the item's type that support finding the item with a search
(Inherited from ArcGIS.Desktop.Core.Item) |
 | Url |
Gets a URL that can be used to access the item
(Inherited from ArcGIS.Desktop.Core.Item) |
 | XMax |
Gets the maximum value along the x-axis for the item's minimum bounding rectangle
(Inherited from ArcGIS.Desktop.Core.Item) |
 | XMin |
Gets the minimum value along the x-axis for the item's minimum bounding rectangle
(Inherited from ArcGIS.Desktop.Core.Item) |
 | YMax |
Gets the maximum value along the y-axis for the item's minimum bounding rectangle
(Inherited from ArcGIS.Desktop.Core.Item) |
 | YMin |
Gets the minimum value along the y-axis for the item's minimum bounding rectangle
(Inherited from ArcGIS.Desktop.Core.Item) |