PFItemGetFieldControlMode Method (String) |
Gets the control mode of a field in the current context.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFFieldControlMode GetFieldControlMode(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of the field.
Return Value
Type:
PFFieldControlModeField control mode.
See Also