Click or drag to resize

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
C#
public bool CanFieldBeModifiedByUser(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field.

Return Value

Type: Boolean
True if the field mode is currently editable.
See Also