Click or drag to resize
FileItem Properties

The FileItem type exposes the following members.

Properties
  Name Description
Public property Extension
Gets the file extension of the file item.
Public property Length
Gets the size of the file item in bytes.
Public property Location
Gets the virtual path of the parent directory item. When the value is string.Empty, the location is got from the item's parent.
Public property Path
Gets the virtual path of the parent directory item. When the value is string.Empty, the location is got from the item's parent.
(Overrides FileBrowserItemPath.)
Public property Url
Gets the url which will be inserted into the KaxEditor content area.
Top
See Also