Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

ManagerItemCollection.GetByName - метод Смотри также  Terrasoft.Core - пространство имен > ManagerItemCollection - класс : GetByName - метод C#

name
Name of the collection item to get.

Glossary Item Box

Gets the collection item of the current type with the specified name.

Синтаксис

public TItem GetByName( 
   string name 
)

Параметры

name
Name of the collection item to get.

Тип возвращаемого значения

The collection item of the current type with the name name. If the item with the name name is not found in the collection, an exception is thrown.

Исключения

ИсключениеОписание
Terrasoft.Common.ItemNotFoundExceptionIf the item with the name name is not found in the collection of manager items.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?