Click or drag to resize

DocumentSchemaManagerLookupMetadata Method

Lookup metadata for the given value.

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

Parameters

documentSchemaId
Type: SystemInt32
lookupValue
Type: SystemObject

Return Value

Type: FieldWithValue
See Also