public SystemFile GetEnterpriseFolderWithExtraData(int itemId, string folderName, bool loadDriveMapInfo) { return(EnterpriseStorageController.GetFolder(itemId, folderName, loadDriveMapInfo)); }
public SystemFile GetEnterpriseFolder(int itemId, string folderName) { return(EnterpriseStorageController.GetFolder(itemId, folderName)); }