public static FindFolderByPath ( IInventoryService inventoryService, |
||
inventoryService | IInventoryService | /// Inventory service to query /// |
startFolder | /// The folder from which the path starts /// | |
path | string | /// The path to the required folder. /// It this is empty or consists only of the PATH_DELIMTER then this folder itself is returned. /// |
return | List |