Click or drag to resize

aceConsolePluginForFilesaceOperation_pathSelect 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 = "Navigates the plugin to the specified path.", 
	GroupName = "path", Name = "Select", ShortName = "cd", Order = 10)]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It will execute specified path and set resulting directory to folder property of the plugin")]
public void aceOperation_pathSelect(
	string path = ".."
)
Request Example View Source

Parameters

path (Optional)
Type: SystemString
See Also