Initializes new media item object using specified details.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- name
- Type: System String
Name of the file
- ext
- Type: System String
Extension of the file
- imageWidth
- Type: System Int32
Width of an image if applicable
- imageHeight
- Type: System Int32
Height of an image if applicable
- size
- Type: System Int64
Size of file
- url
- Type: System String
Url of the file
- permanentUrl
- Type: System String
Permanent url of the file
Return Value
Type: MediaItemSee Also