VaultApplicationBaseCollectUnusedHandlers Method

Method for collecting extension method names which are unused.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected void CollectUnusedHandlers(
	IMethodSource source
)

Parameters

source  IMethodSource
The object that is being searched for the methods.

See Also