Name | Description | |
---|---|---|
CanEdit | Indicates if metadata is editable for the item. This method must be called on the MCT. Use QueuedTask.Run. | |
CopyMetadataFromItem | Copy metadata from Item. This method must be called on the MCT. Use QueuedTask.Run. | |
DeleteMetadataContent | Delete certain content from the metadata of the current item. This method must be called on the MCT. Use QueuedTask.Run. | |
Equals | Determines if the given object is identical to this object. | |
ExportMetadata | Overloaded. | |
GetHashCode | Gets a hash code associated with this item. | |
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. | |
GetXml | Gets the item’s metadata XML document as a string. This method must be called on the MCT. Use QueuedTask.Run. | |
ImportMetadata | Overloaded. | |
OnCurrentRoot | Called when the Item becomes the current root item in the Catalog View. | |
OnExpanded | Override to implement any custom logic when your item is expanded | |
Refresh | Refreshes the collection of children. Use IsMainThreadRequired to determine the correct thread for performing a refresh. | |
Repair | Repair the path | |
SaveMetadataAsHTML | Save the metadata of the current item as HTML. This method must be called on the MCT. Use QueuedTask.Run. | |
SaveMetadataAsUsingCustomXSLT | Save the metadata of the current item using customized XSLT. This method must be called on the MCT. Use QueuedTask.Run. | |
SaveMetadataAsXML | Save the metadata of the current item as XML. This method must be called on the MCT. Use QueuedTask.Run. | |
SearchItem | Search | |
SetAlias | Changes the alias value on the given item. This method will return false if the item is not a folder connection. | |
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. | |
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. | |
ToString | Override the default ToString() method. | |
UpgradeMetadata | Upgrade the metadata of the current item. This method must be called on the MCT. Use QueuedTask.Run. |