BuildMaster SDK Reference
Version:
Select(string path, string separator) Method
Selects an entry with the specified path.
Syntax
public
DirectoryEntryBuilder Select(string path, string separator)
Parameters
- path
- Type: string
The path of the entry to select relative to the current node.
- separator
- Type: string
The path separator.
Returns
Entry with matching path if found; otherwise null (Nothing in Visual Basic).