Click or drag to resize

DocumentSchemaManagerGetFieldsInfo Method

Returns information about specified fields from particular schema

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FieldInfo[] GetFieldsInfo(
	int documentSchemaId,
	int[] fieldsIdList
)

Parameters

documentSchemaId
Type: SystemInt32
fieldsIdList
Type: SystemInt32

Return Value

Type: FieldInfo
See Also