Click or drag to resize

DocumentManagerCopySelection Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CopySelection(
	Guid selectionId,
	int destinationFolderId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues,
	string documentNumber
)

Parameters

selectionId
Type: SystemGuid
destinationFolderId
Type: SystemInt32
documentSchemaId
Type: SystemInt32
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
documentNumber
Type: SystemString
See Also