Click or drag to resize

aceConsolePluginForFilesaceOperation_selectFiles Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.consolePlugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(Description = "Sets the current list of selected files", 
	GroupName = "select", Name = "Files", Order = 10)]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It will search for matches in current or other specified path and set the result into current list")]
public void aceOperation_selectFiles(
	string search = "*.xml",
	string path = "",
	bool subdirs = true
)
Request Example View Source

Parameters

search (Optional)
Type: SystemString
path (Optional)
Type: SystemString
subdirs (Optional)
Type: SystemBoolean
See Also