DocumentFinderGetColumnForDocuments Method (Int32, Int32) |
Get given column value for each document.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic Object[] GetColumnForDocuments(
int[] documentIds,
int fieldId
)
Parameters
- documentIds
- Type: SystemInt32
- fieldId
- Type: SystemInt32
Return Value
Type:
Object
See Also