IMyLibraryService MoveLibraryFile Method CTCT Wrapper Documented Class Library
Move files to a different folder

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

IList<FileMoveResult> MoveLibraryFile(
	string accessToken,
	string apiKey,
	string folderId,
	IList<string> fileIds
)

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.
See Also