Click or drag to resize

UserPreferencesGetSystemFields Method

Get column definitions of all available system fields for the given container type.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ViewColumn[] GetSystemFields(
	string containerType
)

Parameters

containerType
Type: SystemString

Return Value

Type: ViewColumn
See Also