Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Expandes a logical source and stores the information from the expanded logical source in the passed process structure list.
Syntax
private List expandLogicalSource(
CLRObject _logicalSource,
List _processStructure,
[int _parentId])
Run On
Server
Parameters
- _logicalSource
Type: CLRObject Class
The logical source to expand.
- _processStructure
Type: List Class
The list that contains the build up process structure.
- _parentId
Type: int
The ID of the parent logical source; optional.
Return Value
Type: List Class
A list that contains the process structure that includes the expanded logical source.