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

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

userConnection
User connection.
uid
The identifier of the returned item.

Glossary Item Box

Gets the designed item with the specified identifier. If no such item is found, an exception is thrown.

Синтаксис

public ISchemaManagerItem GetDesignItem( 
   UserConnection userConnection, 
   Guid uid 
)

Параметры

userConnection
User connection.
uid
The identifier of the returned item.

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

The designed item with the uid identifier.

Исключения

ИсключениеОписание
Terrasoft.Common.ItemNotFoundExceptionIf the designed item with the uid identifier is not found.

Смотри также

© Terrasoft 2002-2017.

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

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