PFItemCanFieldBeModifiedByUser Method (String) |
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(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of the field.
Return Value
Type:
BooleanTrue if the field mode is currently editable.
See Also