Click or drag to resize
FileItem Class
Represents a file item in the FileBrowser control.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.WidgetsFileBrowserItem
    Kettic.AspNet.Controls.WidgetsFileItem

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class FileItem : FileBrowserItem

The FileItem type exposes the following members.

Constructors
  NameDescription
Public methodFileItem
Creates an instance of the FileItem class without setting any initial values.
Public methodFileItem(String, String, Int64, String, String, String, PathPermissions)
Creates an instance of the FileItem class.
Top
Methods
  NameDescription
Public methodSerialize
Serializes the file item into a javascript array. This method should be overridden only when developing a custom FileBrowser control.
(Overrides FileBrowserItemSerialize(StringWriter).)
Top
Properties
  NameDescription
Public propertyExtension
Gets the file extension of the file item.
Public propertyLength
Gets the size of the file item in bytes.
Public propertyLocation
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 propertyPath
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 propertyUrl
Gets the url which will be inserted into the KaxEditor content area.
Top
See Also