Click or drag to resize

EntryFormExtensionFillActions Method

Called when the entry form needs to create its global actions. Controls actions must be created in OnFormInitialized methods.

Namespace:  EBP.Api.EntryForm
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void FillActions(
	IActionCollection actions
)

Parameters

actions
Type: EBP.Api.Interfaces.MenusIActionCollection
Actions to fill
See Also