Move files to a different folder
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
IList<FileMoveResult> MoveLibraryFile(
string accessToken,
string apiKey,
string folderId,
IList<string> fileIds
)
IList<FileMoveResult> MoveLibraryFile(
string accessToken,
string apiKey,
string folderId,
IList<string> fileIds
)
Function MoveLibraryFile ( _
accessToken As String, _
apiKey As String, _
folderId As String, _
fileIds As IList(Of String) _
) As IList(Of FileMoveResult)
Function MoveLibraryFile ( _
accessToken As String, _
apiKey As String, _
folderId As String, _
fileIds As IList(Of String) _
) As IList(Of FileMoveResult)
IList<FileMoveResult^>^ MoveLibraryFile(
String^ accessToken,
String^ apiKey,
String^ folderId,
IList<String^>^ fileIds
)
IList<FileMoveResult^>^ MoveLibraryFile(
String^ accessToken,
String^ apiKey,
String^ folderId,
IList<String^>^ fileIds
)
abstract MoveLibraryFile :
accessToken : string *
apiKey : string *
folderId : string *
fileIds : IList<string> -> IList<FileMoveResult>
abstract MoveLibraryFile :
accessToken : string *
apiKey : string *
folderId : string *
fileIds : IList<string> -> IList<FileMoveResult>
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
- fileIds
- Type: System.Collections.Generic IList String
List of comma separated file ids
Return Value
Returns a list of FileMoveResult objects.