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

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

name
Name of the collection item to get.

Glossary Item Box

Searches for the collection item of the current type with the specified name.

Синтаксис

public TItem FindByName( 
   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, the default value for the current type is returned.

Исключения

ИсключениеОписание
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty value or null value is passed as the name parameter.

Смотри также

© Terrasoft 2002-2017.

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

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