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