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