Click or drag to resize

PFItemControllerPFItemTypeApplyFormsRestriction Method

Applies the forms restriction (for the current user) from application settings. If the restriction is not respected, an access denied exception is thrown. Else the level of accessibility is returned.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected PFApplicationSettings_FormsAccessibility ApplyFormsRestriction(
	PFItem item,
	bool acceptReadOnly = false
)

Parameters

item
Type: Packflow.CorePFItem
acceptReadOnly (Optional)
Type: SystemBoolean

Return Value

Type: PFApplicationSettings_FormsAccessibility
See Also