Click or drag to resize

DocumentSchemaManagerLookupMultiMetadata Method (Int32, FieldWithValue)

Lookup metadata for given values.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FieldWithValue[] LookupMultiMetadata(
	int documentSchemaId,
	FieldWithValue[] lookupValues
)

Parameters

documentSchemaId
Type: SystemInt32
lookupValues
Type: FileHold.LibraryManagerFieldWithValue

Return Value

Type: FieldWithValue
See Also