| FileBrowserItem Class |
Namespace: Kettic.AspNet.Controls.Widgets
The FileBrowserItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Serialize |
Serializes the item into a javascript array. This method should be overridden only when developing
a custom FileBrowser control.
| |
| SerializeAttributes |
Serializes the Attributes array.
|
| Name | Description | |
|---|---|---|
| Attributes |
Gets or sets a string array containing custom values which can be used on the client when
customizing the FileBrowser control.
| |
| Name |
Gets the name of the file item. The value of this property will be displayed in the FileBrowser control.
| |
| Path |
Gets the full virtual path to the file/directory item.
| |
| Permissions |
Gets the permissions on the file item.
| |
| Tag |
Gets the tag of the file/directory item. Used in custom content providers (can store additional data).
|