MoveFile Method
Moves a file from one folder to another.
Required Permissions
FileMoveSyntax
public override void MoveFile(
System.long fileMasterId,
System.long srcFolderId,
System.long dstFolderId
)Public Overrides NotOverridable Sub MoveFile( _
ByVal fileMasterId As System.Long, _
ByVal srcFolderId As System.Long, _
ByVal dstFolderId As System.Long _
) Parameters
| Name | Description |
|---|---|
| fileMasterId | The file to move. |
| srcFolderId | The folder to move the file from. |
| dstFolderId | The folder to move the file to. |
Return Value
Nothing.