DocumentSchemaManagerLookupMetadata Method

Lookup metadata for the given value.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Lookup metadata for the given value.")]
[XmlIncludeAttribute(typeof(DropdownFieldChoice[]))]
[XmlIncludeAttribute(typeof(DrilldownFieldChoice[]))]
[XmlIncludeAttribute(typeof(int[]))]
public FieldWithValue[] LookupMetadata(
	int documentSchemaId,
	Object lookupValue
)

Parameters

documentSchemaId  Int32
lookupValue  Object

Return Value

FieldWithValue

See Also