Get a folder by Id
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public MyLibraryFolder GetLibraryFolder(
string accessToken,
string apiKey,
string folderId
)
public MyLibraryFolder GetLibraryFolder(
string accessToken,
string apiKey,
string folderId
)
Public Function GetLibraryFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String _
) As MyLibraryFolder
Public Function GetLibraryFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String _
) As MyLibraryFolder
public:
virtual MyLibraryFolder^ GetLibraryFolder(
String^ accessToken,
String^ apiKey,
String^ folderId
) sealed
public:
virtual MyLibraryFolder^ GetLibraryFolder(
String^ accessToken,
String^ apiKey,
String^ folderId
) sealed
abstract GetLibraryFolder :
accessToken : string *
apiKey : string *
folderId : string -> MyLibraryFolder
override GetLibraryFolder :
accessToken : string *
apiKey : string *
folderId : string -> MyLibraryFolder
abstract GetLibraryFolder :
accessToken : string *
apiKey : string *
folderId : string -> MyLibraryFolder
override 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.
Implements
IMyLibraryService GetLibraryFolder(String, String, String)