Click or drag to resize
DirectoryItem Methods

The DirectoryItem type exposes the following members.

Methods
  Name Description
Public method ClearDirectories
Clears the Directories array. Can be used when building the directory list in List mode.
Public method GetSerializedContent
Public method Serialize
Serializes the directory item into a javascript array. This method should be overridden only when developing a custom FileBrowser control.
(Overrides FileBrowserItemSerialize(StringWriter).)
Public method SerializeContent
Serializes the children of the directory item as a javascript array. Recursively calls the Serialize methods of all child objects.
Top
See Also