Get a specific folder by Id
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
MyLibraryFolder GetLibraryFolder(
string accessToken,
string apiKey,
string folderId
)
MyLibraryFolder GetLibraryFolder(
string accessToken,
string apiKey,
string folderId
)
Function GetLibraryFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String _
) As MyLibraryFolder
Function GetLibraryFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String _
) As MyLibraryFolder
MyLibraryFolder^ GetLibraryFolder(
String^ accessToken,
String^ apiKey,
String^ folderId
)
MyLibraryFolder^ GetLibraryFolder(
String^ accessToken,
String^ apiKey,
String^ folderId
)
abstract GetLibraryFolder :
accessToken : string *
apiKey : string *
folderId : string -> MyLibraryFolder
abstract GetLibraryFolder :
accessToken : string *
apiKey : string *
folderId : string -> MyLibraryFolder
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
Return Value
Returns a MyLibraryFolder object.