Move files to a different folder
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<FileMoveResult> MoveLibraryFile(
string accessToken,
string apiKey,
string folderId,
IList<string> fileIds
)
public IList<FileMoveResult> MoveLibraryFile(
string accessToken,
string apiKey,
string folderId,
IList<string> fileIds
)
Public Function MoveLibraryFile ( _
accessToken As String, _
apiKey As String, _
folderId As String, _
fileIds As IList(Of String) _
) As IList(Of FileMoveResult)
Public Function MoveLibraryFile ( _
accessToken As String, _
apiKey As String, _
folderId As String, _
fileIds As IList(Of String) _
) As IList(Of FileMoveResult)
public:
virtual IList<FileMoveResult^>^ MoveLibraryFile(
String^ accessToken,
String^ apiKey,
String^ folderId,
IList<String^>^ fileIds
) sealed
public:
virtual IList<FileMoveResult^>^ MoveLibraryFile(
String^ accessToken,
String^ apiKey,
String^ folderId,
IList<String^>^ fileIds
) sealed
abstract MoveLibraryFile :
accessToken : string *
apiKey : string *
folderId : string *
fileIds : IList<string> -> IList<FileMoveResult>
override 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>
override 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 file ids
Return Value
Returns a list of FileMoveResult objects.
Implements
IMyLibraryService MoveLibraryFile(String, String, String, IList String )