Autodesk Vault ProfessionalVault API

MoveFile Method

Autodesk.Connectivity.WebServicesDocumentService

Moves a file from one folder to another.

Required Permissions

FileMove

Syntax

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

NameDescription
fileMasterIdThe file to move.
srcFolderIdThe folder to move the file from.
dstFolderIdThe folder to move the file to.

Return Value

Nothing.

See Also