London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IFormHanlder

Allows access to the form hanlder

Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public interface IFormHanlder

Methods

IsEnable(Object)

Determines whether the specified context is enable.

Declaration
bool IsEnable(object context)
Parameters
Type Name Description
System.Object context

The context.

Returns
Type Description
System.Boolean

true if the specified context is enable; otherwise, false.