Click or drag to resize

DocumentSchemaManagerLookupMultiMetadata Method (Int32, LookupSettings, FieldWithValue, Database, DbTransaction)

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

Parameters

documentSchemaId
Type: SystemInt32
settings
Type: FileHold.LibraryManagerLookupSettings
lookupValues
Type: FileHold.LibraryManagerFieldWithValue
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: FieldWithValue
See Also