Click or drag to resize

DocumentFinderGetFieldsForView Method

Returns collection of fields connected with specified view type

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FieldDefinition[] GetFieldsForView(
	string viewType,
	int viewParam
)

Parameters

viewType
Type: SystemString
type of the view
viewParam
Type: SystemInt32
parameter specific for particular view type

Return Value

Type: FieldDefinition
See Also