DocumentManagerSetMultiMetadata Method

Sets metadata of documents from selection

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Sets metadata of documents from selection")]
public void SetMultiMetadata(
	Guid selectionId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues
)

Parameters

selectionId  Guid
 
documentSchemaId  Int32
 
fieldsWithValues  FieldWithValue
 

See Also