M-Files Vault Application Framework
C#
Show/Hide TOC
Placeholder
Command
Handler
Init 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#
Copy
public
virtual
void
Init
(
PlaceholderLevel
level
)
Parameters
level
PlaceholderLevel
The placeholder level to handle.
Implements
IPlaceholderCommandHandler
Init(PlaceholderLevel)
Remarks
Override Initialize() to perform custom initialization.
See Also
Reference
PlaceholderCommandHandler Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Parameters
Implements
Remarks
See Also