Delete a specific folder
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
bool DeleteLibraryFolder(
string accessToken,
string apiKey,
string folderId
)
bool DeleteLibraryFolder(
string accessToken,
string apiKey,
string folderId
)
Function DeleteLibraryFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String _
) As Boolean
Function DeleteLibraryFolder ( _
accessToken As String, _
apiKey As String, _
folderId As String _
) As Boolean
bool DeleteLibraryFolder(
String^ accessToken,
String^ apiKey,
String^ folderId
)
bool DeleteLibraryFolder(
String^ accessToken,
String^ apiKey,
String^ folderId
)
abstract DeleteLibraryFolder :
accessToken : string *
apiKey : string *
folderId : string -> bool
abstract DeleteLibraryFolder :
accessToken : string *
apiKey : string *
folderId : string -> bool
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 true if folder was deleted successfully, false otherwise