Name | Description | |
---|---|---|
CanDelete | Gets whether your item can be deleted. The default is false (Inherited from ArcGIS.Desktop.Core.CustomItemBase) | |
CanEdit | Indicates if metadata is editable for the item. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
CopyMetadataFromItem | Copy metadata from Item. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
Delete | Override to implement any custom logic for delete of your item. (Inherited from ArcGIS.Desktop.Core.CustomItemBase) | |
DeleteMetadataContent | Delete certain content from the metadata of the current item. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
Equals | Determines if the given object is identical to this object. (Inherited from ArcGIS.Desktop.Core.Item) | |
ExportMetadata | Overloaded. (Inherited from ArcGIS.Desktop.Core.Item) | |
Fetch | Overloaded. (Inherited from ArcGIS.Desktop.Core.CustomItemBase) | |
GetHashCode | Gets a hash code associated with this item. (Inherited from ArcGIS.Desktop.Core.Item) | |
GetInfo | Called when your custom project item is being added to the project. | |
GetItems | Browses the contents of an item. Returns a snapshot collection of of the item's children. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
GetXml | Gets the item’s metadata XML document as a string. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
ImportMetadata | Overloaded. (Inherited from ArcGIS.Desktop.Core.Item) | |
IncludeInPackages | Use to include the custom item within packages and project templates | |
OnAddToProject | Callback when your custom item is being added to the project | |
OnCurrentRoot | Called when the Item becomes the current root item in the Catalog View. (Inherited from ArcGIS.Desktop.Core.Item) | |
OnExpanded | Override to implement any custom logic when your item is expanded (Inherited from ArcGIS.Desktop.Core.Item) | |
OnGetInfo | Returns a ProjectItemInfo needed to add your custom project item information to a given project. | |
OnRemoveFromProject | Callback when your custom item is being removed from the project | |
Refresh | Refreshes the collection of children. Use Item.IsMainThreadRequired to determine the correct thread for performing a refresh. (Inherited from ArcGIS.Desktop.Core.Item) | |
RenameAsync | Rename the custom item (Inherited from ArcGIS.Desktop.Core.CustomItemBase) | |
Repair | Repair the path (Inherited from ArcGIS.Desktop.Core.Item) | |
SaveMetadataAsHTML | Save the metadata of the current item as HTML. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
SaveMetadataAsUsingCustomXSLT | Save the metadata of the current item using customized XSLT. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
SaveMetadataAsXML | Save the metadata of the current item as XML. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
SearchItem | Search (Inherited from ArcGIS.Desktop.Core.Item) | |
Selected | Override to implement any custom logic for select of your item (Inherited from ArcGIS.Desktop.Core.CustomItemBase) | |
SetXml | Sets the item’s metadata to the XML document provided as a string. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
Synchronize | Updates metadata with the current properties of the item. Metadata is created for the item if it doesn't already exist. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) | |
ToString | Override the default ToString() method. (Inherited from ArcGIS.Desktop.Core.Item) | |
Unselected | Override to implement any custom logic for unselection of your item (Inherited from ArcGIS.Desktop.Core.CustomItemBase) | |
UpgradeMetadata | Upgrade the metadata of the current item. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Core.Item) |