Click or drag to resize
FileBrowserItem Class
The base class of the FileItem and DirectoryItem classes. Contains the common functionality.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.WidgetsFileBrowserItem
    Kettic.AspNet.Controls.WidgetsDirectoryItem
    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 abstract class FileBrowserItem

The FileBrowserItem type exposes the following members.

Methods
  NameDescription
Public methodSerialize
Serializes the item into a javascript array. This method should be overridden only when developing a custom FileBrowser control.
Public methodSerializeAttributes
Serializes the Attributes array.
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets a string array containing custom values which can be used on the client when customizing the FileBrowser control.
Public propertyName
Gets the name of the file item. The value of this property will be displayed in the FileBrowser control.
Public propertyPath
Gets the full virtual path to the file/directory item.
Public propertyPermissions
Gets the permissions on the file item.
Public propertyTag
Gets the tag of the file/directory item. Used in custom content providers (can store additional data).
Top
See Also