 | IBusinessLogicRootSetTopJobList method |
Sets the topmost JobList of the tree.
Returns the previously topmost JobList.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxIVishnuNode SetTopJobList(
IVishnuNode topJobList
)
Function SetTopJobList (
topJobList As IVishnuNode
) As IVishnuNode
IVishnuNode^ SetTopJobList(
IVishnuNode^ topJobList
)
abstract SetTopJobList :
topJobList : IVishnuNode -> IVishnuNode
Parameters
- topJobList IVishnuNode
- The new top JobList of the Tree.
Return value
IVishnuNodeThe top JobList of the Tree so far.
See also