Click or drag to resize

PFGridViewHtmlHelper_MultiContentGetColumnFields Method (String)

Gets all fields corresponding to a specified name (in the target content-types).

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<PFField> GetColumnFields(
	string columnName
)

Parameters

columnName
Type: SystemString

Return Value

Type: ListPFField
See Also