Click or drag to resize

PFGridViewHtmlHelper_MultiContentGetColumnFields Method (ListPFContentType, String)

Gets all fields corresponding to a specified name (in the specified 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 static List<PFField> GetColumnFields(
	List<PFContentType> contentTypes,
	string columnName
)

Parameters

contentTypes
Type: System.Collections.GenericListPFContentType
columnName
Type: SystemString

Return Value

Type: ListPFField
See Also