[This is preliminary documentation and is subject to change.]

Copies the file into the file system.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected void CopyFile(
	int srcFolderId,
	int destFolderId,
	int userId,
	int groupId,
	string fileName,
	int revision
)
Visual Basic (Declaration)
Protected Sub CopyFile ( _
	srcFolderId As Integer, _
	destFolderId As Integer, _
	userId As Integer, _
	groupId As Integer, _
	fileName As String, _
	revision As Integer _
)
Visual C++
protected:
void CopyFile(
	int srcFolderId, 
	int destFolderId, 
	int userId, 
	int groupId, 
	String^ fileName, 
	int revision
)

Parameters

srcFolderId
Type: System..::.Int32
The id of the source folder.
destFolderId
Type: System..::.Int32
The folder-id of the destination.
userId
Type: System..::.Int32
The unique id of the user whose document has to be moved or copied.
groupId
Type: System..::.Int32
The unique id of the group whose document has to be moved or copied.
fileName
Type: System..::.String
The name of the file moved or copied into the file system.
revision
Type: System..::.Int32
The revision of the document.

See Also