M-Files Vault Application Framework
C#
Show/Hide TOC
Command
Providers
Add(IPlaceholder
Command
Provider) Method
Adds a provider to the dictionary.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
void
Add
(
IPlaceholderCommandProvider
provider
)
Parameters
provider
IPlaceholderCommandProvider
Placeholder command provider to add.
See Also
Reference
CommandProviders Class
Add Overload
MFiles.VAF.Placeholders Namespace
In This Article
Definition
See Also