Click or drag to resize

PFUserNotificationViewHtmlHelperGetColumnEquivalentType Method

Gets the type of a column.

A is returned but there are no PFField behind the columns of this type of view..

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override PFFieldType GetColumnEquivalentType(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: PFFieldType
A PFFieldType.
See Also