Click or drag to resize
FileBrowserItem Properties

The FileBrowserItem type exposes the following members.

Properties
  Name Description
Public property Attributes
Gets or sets a string array containing custom values which can be used on the client when customizing the FileBrowser control.
Public property Name
Gets the name of the file item. The value of this property will be displayed in the FileBrowser control.
Public property Path
Gets the full virtual path to the file/directory item.
Public property Permissions
Gets the permissions on the file item.
Public property Tag
Gets the tag of the file/directory item. Used in custom content providers (can store additional data).
Top
See Also