StaticContextPlaceholderProvider(String, IExpansionContext) Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public StaticContextPlaceholderProvider(
	string command,
	IExpansionContext context
)

Parameters

command  String
The name of the command this object provides a handler for.
context  IExpansionContext
The context that all handlers should provide.

See Also