Click or drag to resize

emailPluginaceOperation_runCreateBlocks Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.plugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "run", Name = "CreateBlocks", ShortName = "", 
	Description = "It will run message factory")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "If will try to load factory with name specified and execute it")]
public void aceOperation_runCreateBlocks(
	string factoryName = "emailFactory.xml",
	string dataSource = "",
	bool debug = true
)
Request Example View Source

Parameters

factoryName (Optional)
Type: SystemString
dataSource (Optional)
Type: SystemString
debug (Optional)
Type: SystemBoolean
See Also