IVaultExtensionMethodInfo Interface

Interface for executing the vault extension methods.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IVaultExtensionMethodInfo : IMethodInfoBase
Implements
IMethodInfoBase

Properties

GetEventHandlerType  
HasSeparateEventHandlerProxy Returns if this extension method has a separate event handler proxy.
LogString Returns a string for logging that contains the method name and declaring type.
(Inherited from IMethodInfoBase)
Priority The method call priority. Calls with higher priority should be executed before calls with lower priority.
(Inherited from IMethodInfoBase)
VaultUserIdentity  

Methods

Execute Executes the vault extension method.
ExecuteAnonymous  

See Also