Get files from a specific folder
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
ResultSet<MyLibraryFile> GetLibraryFilesByFolder(
string accessToken,
string apiKey,
string folderId,
Nullable<int> limit,
Pagination pag
)
Function GetLibraryFilesByFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String, _
limit As Nullable(Of Integer), _
pag As Pagination _
) As ResultSet(Of MyLibraryFile)
Function GetLibraryFilesByFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String, _
limit As Nullable(Of Integer), _
pag As Pagination _
) As ResultSet(Of MyLibraryFile)
ResultSet<MyLibraryFile^>^ GetLibraryFilesByFolder(
String^ accessToken,
String^ apiKey,
String^ folderId,
Nullable<int> limit,
Pagination^ pag
)
abstract GetLibraryFilesByFolder :
accessToken : string *
apiKey : string *
folderId : string *
limit : Nullable<int> *
pag : Pagination -> ResultSet<MyLibraryFile>
abstract GetLibraryFilesByFolder :
accessToken : string *
apiKey : string *
folderId : string *
limit : Nullable<int> *
pag : Pagination -> ResultSet<MyLibraryFile>
Parameters
- accessToken
- Type: System String
Access token.
- apiKey
- Type: System String
The API key for the application
- folderId
- Type: System String
The id of the folder from which to retrieve files
- limit
- Type: System Nullable Int32
Specifies the number of results per page in the output, from 1 - 50, default = 50.
- pag
- Type: CTCT.Components Pagination
Pagination object.
Return Value
Returns a collection of MyLibraryFile objects.