Click or drag to resize

FileDataMoveToFolder Method

Moves the current file to the specified destination folder.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public void MoveToFolder(
	string destFolderName
)

Parameters

destFolderName
Type: SystemString
The destination folder.
See Also