Overload | Description |
---|---|
Find(Int32,Server) | Returns a Collection of Folders contained in the specified folder. |
Find(String) | Creates and load a new FolderList. |
Find(String,Server) | Creates a collection of a folder and all of the descendants.
Note that the Folder objects in this collection are not fully formed, the Properties, Elements and Parameters ate not loaded. This collection is intended to be use to navigate a hierarchy of folders. If you want to know the details of a Folder, you need to use the Load method to load a fully formed object. |