Click or drag to resize

DocumentManagerSetMultiMetadata Method

Sets metadata of documents from selection

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

Parameters

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