Click or drag to resize

PFItemPageContextApplyFormsRestrictions Method

Checks if the form should be restricted by the application settings.

If it is read-only restricted, the ForceReadOnly flag is raised.

If forms are disabled by application settings, an access denied exception is thrown.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void ApplyFormsRestrictions()
Exceptions
ExceptionCondition
AccessDeniedException
See Also