Click or drag to resize

DocumentFinderGetUserViewFields Method (String)

Returns collection of fields connected with specified view type for current user

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

Parameters

viewType
Type: SystemString
type of the view

Return Value

Type: FieldDefinition
See Also