Delete files in Trash folder
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
bool DeleteLibraryTrashFiles(
string accessToken,
string apiKey
)
bool DeleteLibraryTrashFiles(
string accessToken,
string apiKey
)
Function DeleteLibraryTrashFiles ( _
accessToken As String, _
apiKey As String _
) As Boolean
Function DeleteLibraryTrashFiles ( _
accessToken As String, _
apiKey As String _
) As Boolean
bool DeleteLibraryTrashFiles(
String^ accessToken,
String^ apiKey
)
bool DeleteLibraryTrashFiles(
String^ accessToken,
String^ apiKey
)
abstract DeleteLibraryTrashFiles :
accessToken : string *
apiKey : string -> bool
abstract DeleteLibraryTrashFiles :
accessToken : string *
apiKey : string -> bool
Parameters
- accessToken
- Type: System String
Access token.
- apiKey
- Type: System String
The API key for the application
Return Value
Returns true if files were deleted successfully, false otherwise