SessionTabsControl.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 tagged global and non-global application nodes to the Application Explorer.
public:
virtual void AddWorkflowApplicationNodes(Microsoft::Uii::Csr::Session ^ session, bool selected);
public virtual void AddWorkflowApplicationNodes (Microsoft.Uii.Csr.Session session, bool selected);
abstract member AddWorkflowApplicationNodes : Microsoft.Uii.Csr.Session * bool -> unit
override this.AddWorkflowApplicationNodes : Microsoft.Uii.Csr.Session * bool -> unit
Public Overridable Sub AddWorkflowApplicationNodes (session As Session, selected As Boolean)
Parameters
- session
- Session
Specifies the session.
- selected
- Boolean
Specifies whether the session is selected or not.