ISessionExplorer.AddWorkflowApplicationNodes(Session, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the application nodes back to sessionexplorer.
public:
void AddWorkflowApplicationNodes(Microsoft::Uii::Csr::Session ^ session, bool selected);
public void AddWorkflowApplicationNodes (Microsoft.Uii.Csr.Session session, bool selected);
abstract member AddWorkflowApplicationNodes : Microsoft.Uii.Csr.Session * bool -> unit
Public Sub AddWorkflowApplicationNodes (session As Session, selected As Boolean)
Parameters
- session
- Session
Specifies the current active session
- selected
- Boolean
True
if the session is selected, otherwise false
.