Click or drag to resize

aceAdvancedConsoleTState, TWorkspaceaceOperation_helpExportHelp Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "help", Name = "ExportHelp", ShortName = "", 
	Description = "Exports help file into current state project folder")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "Writes a txt file with content equal to the result of help command")]
public void aceOperation_helpExportHelp(
	string filename = "help.txt",
	bool open = true,
	bool onlyThisConsole = false
)
Request Example View Source

Parameters

filename (Optional)
Type: SystemString
open (Optional)
Type: SystemBoolean
onlyThisConsole (Optional)
Type: SystemBoolean
See Also