Click or drag to resize

PFViewGetFieldsNames Method

Gets the list of field names that will be displayed in the view.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<string> GetFieldsNames(
	bool useCache = false
)

Parameters

useCache (Optional)
Type: SystemBoolean
Search field requires an analyze of the query. Specify true if this method is called many times for same results and view does not change.

Return Value

Type: ListString
ListT
See Also