GetFolderItemsForConnection Method
Overloads
| GetFolderItemsForConnection(String, String) | Lists the items for a folder connection. | 
GetFolderItemsForConnection(String, String)
Lists the items for a folder connection.
Declaration
      public IEnumerable<FolderItem> GetFolderItemsForConnection([QixName("qConnectionId")] string connectionId, [QixName("qRelativePath")] string relativePath = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectionId | Identifier of the connection. | 
| System.String | relativePath | Relative path of the connection. | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<FolderItem> |