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

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

public IList<FileMoveResult> MoveLibraryFile(
	string folderId,
	IList<string> fileIds
)

Parameters

folderId
Type: OnlineSystem String
The id of the folder
fileIds
Type: OnlineSystem.Collections.Generic IList OnlineString 
List of comma separated file ids

Return Value

Returns a list of FileMoveResult objects.
See Also