[This is preliminary documentation and is subject to change.]
            Gets all the folders and documents for a particular folder(s)
            
    Namespace: 
   OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public DataTable GetFolderChildren( int folderId, bool isGroupFolder, bool isAllRev, string sortColumn, bool isAscending, bool showFolderOnly, ConfigureInfo session )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetFolderChildren ( _ folderId As Integer, _ isGroupFolder As Boolean, _ isAllRev As Boolean, _ sortColumn As String, _ isAscending As Boolean, _ showFolderOnly As Boolean, _ session As ConfigureInfo _ ) As DataTable  | 
| Visual C++ | 
|---|
public: DataTable^ GetFolderChildren( int folderId, bool isGroupFolder, bool isAllRev, String^ sortColumn, bool isAscending, bool showFolderOnly, ConfigureInfo^ session )  | 
Parameters
- folderId
 - Type: System..::.Int32
Id of the folder. 
- isGroupFolder
 - Type: System..::.Boolean
Flag (True/False) indicating whether the folder is a group folder. 
- isAllRev
 - Type: System..::.Boolean
 
- sortColumn
 - Type: System..::.String
Name of the column currenty been sorted by. 
- isAscending
 - Type: System..::.Boolean
Flag (True/False) indicating if the sort is in ASC or DESC order. 
- showFolderOnly
 - Type: System..::.Boolean
Flag (True/False) indicating whether only the folders should be shown. 
- session
 - Type: OfficeClip.Utils..::.ConfigureInfo
The current login session 
