ResourceGroup.GetItemByName - метод Смотри также Terrasoft.Common - пространство имен > ResourceGroup - класс : GetItemByName - метод C#
- name
- The name of the searched resource.
Glossary Item Box
public ResourceItem GetItemByName( string name )
Параметры
- name
- The name of the searched resource.
Тип возвращаемого значения
The first found resource with the name name in the current resource group and its subgroups.Исключение | Описание |
---|---|
ItemNotFoundException | If the resource with the name name was not found in the current resource group or its subgroups. |