PFItemCanFieldBeModifiedByUser Method (PFField) |
Checks if a field control mode is editable 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 bool CanFieldBeModifiedByUser(
PFField field
)
Parameters
- field
- Type: Packflow.CorePFField
Return Value
Type:
BooleanTrue if the field mode is currently editable
See Also