PlaceholderLevel Constructor

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public PlaceholderLevel(
	Placeholder placeholder,
	PlaceholderCommandHandler handler,
	PlaceholderLevelType levelType,
	string command,
	string param = null
)

Parameters

placeholder  Placeholder
 
handler  PlaceholderCommandHandler
 
levelType  PlaceholderLevelType
 
command  String
 
param  String  (Optional)
 

See Also