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

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

uid
Unique identifier of the collection item.

Glossary Item Box

Gets the collection item of the current type with the specified unique identifier.

Синтаксис

public TItem GetByUId( 
   Guid uid 
)

Параметры

uid
Unique identifier of the collection item.

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

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

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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