M-Files Vault Application Framework
C#
Show/Hide TOC
IPlaceholder
Command
Provider Interface
Interface for providing a Placeholder level command handler.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
interface
IPlaceholderCommandProvider
Properties
Command
The name of the command this object returns a handler for.
DisplayName
Methods
GetHandler
Gets a handler for the command.
See Also
Reference
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Properties
Methods
See Also