UserPreferencesGetSystemFields Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get column definitions of all available system fields for the given container type.")]
public ViewColumn[] GetSystemFields(
	string containerType
)

Parameters

containerType  String

Return Value

ViewColumn

See Also