PlaceholderCommandHandlerInit Method

Initializes the handler for a specific placeholder level. Sets the level, and performs base validation and kicks off custom initialization.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void Init(
	PlaceholderLevel level
)

Parameters

level  PlaceholderLevel
The placeholder level to handle.

Implements

IPlaceholderCommandHandlerInit(PlaceholderLevel)

Remarks

Override Initialize() to perform custom initialization.

See Also