| MediaItem Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic class MediaItem
The MediaItem type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | AliasPath | 
            AliasPath of the selected node.
             | 
|  | Description | 
            Description of the selected item.
             | 
|  | Extension | 
            File extension of the selected item.
             | 
|  | Height | 
            Height of the selected item (set only for images).
             | 
|  | HistoryID | 
            ID of the item object history.
             | 
|  | MediaType | 
            Type of the media determined according to the extension.
             | 
|  | Name | 
            Name of the selected item.
             | 
|  | NodeID | 
            ID of the selected node.
             | 
|  | PermanentUrl | 
            URL of the selected item.
             | 
|  | Size | 
            Size of the selected item.
             | 
|  | Url | 
            URL of the selected item.
             | 
|  | Width | 
            Width of the selected item (set only for images).
             | 
 See Also
See Also