MyLibraryService DeleteLibraryFile Method CTCT Wrapper Documented Class Library
Delete a specific file

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public bool DeleteLibraryFile(
	string accessToken,
	string apiKey,
	string fileId
)

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

Implements

IMyLibraryService DeleteLibraryFile(String, String, String)
See Also