M-Files Vault Application Framework
C#
Show/Hide TOC
IPlaceholder
Command
Handler
Init Method
Initializes the handler for a specific placeholder level.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
void
Init
(
PlaceholderLevel
level
)
Parameters
level
PlaceholderLevel
The placeholder level to handle.
See Also
Reference
IPlaceholderCommandHandler Interface
MFiles.VAF.Placeholders Namespace
In This Article
Definition
See Also