M-Files Vault Application Framework
C#
Show/Hide TOC
Vault
Extension
Method
Attribute
Matches
Environment Method
MatchesEnvironment checks the event handler attributes against the current event environment and determines if the handler should be called.
Definition
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
bool
MatchesEnvironment
(
IEventHandlerEnvironment
context
)
Parameters
context
IEventHandlerEnvironment
The event handler environment object.
Return Value
Boolean
Returns true if the event handler at hand should be called.
Implements
IEventHandlerAttribute
MatchesEnvironment(IEventHandlerEnvironment)
See Also
Reference
VaultExtensionMethodAttribute Class
MFiles.VAF.Common Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also