DocumentFinderGetColumnForDocuments(Int32, Int32) Method

Get given column value for each document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get given column value for each document.")]
public Object[] GetColumnForDocuments(
	int[] documentIds,
	int fieldId
)

Parameters

documentIds  Int32
fieldId  Int32

Return Value

Object

See Also