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