Click or drag to resize

aceAdvancedConsoleTState, TWorkspaceaceOperation_projectReset 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 = "project", Name = "Reset", ShortName = "", 
	Description = "Creating blank work folder (job/project) after saving the current")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It will ask you for new job/state name and save the current state before cleaning the memory. If _autorename_ is true it will make new name for new state if the specified one is already taken.")]
public void aceOperation_projectReset(
	string name = "newproject"
)
Request Example View Source

Parameters

name (Optional)
Type: SystemString
See Also