Click or drag to resize
LogicalItem Properties

The LogicalItem type exposes the following members.

Properties
  Name Description
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property IsContainer
Gets or sets a value indicating whether this item is a container of other items.
Public property IsReadOnly
Gets or sets a value indicating whether this item is read only; that is, its [P:Saturation] cannot be changed.
Public property ItemType
Gets or sets the type of this item.
Public property Metadata
This value is any additional metadata that may be displayed for a particular type of item. This metadata is not in any particular format, but you must be able to determine the format and decipher the metadata based on the type.
Public property Name
Gets or sets the name of this item. Typically this name is displayed in the user interface.
Public property Path
Gets or sets the path that unique identifies this item.
Public property Saturation
Gets or sets the saturation level of this item. Typically this value is used to display a visual state in the user interface.
Public property SaturationDefault
This value is the default saturation level of the item. Typically, this value is used to display a visual state in the user interface.
Top
See Also