DocumentManagerMoveAndEdit Method

Moves documents from selection to specified destination and edit their metadata

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Moves documents from selection to specified destination and edit their metadata")]
public bool MoveAndEdit(
	Guid selectionId,
	int destinationFolderId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues
)

Parameters

selectionId  Guid
 
destinationFolderId  Int32
 
documentSchemaId  Int32
 
fieldsWithValues  FieldWithValue
 

Return Value

Boolean
True if all documents were moved, false if some documents couldn't be moved because current user is not their owner.

See Also