SchemaManagerItemCollection.GetByName(String,Guid) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManagerItemCollection - класс > GetByName - метод : GetByName(String,Guid) - метод C#
- name
- Item name.
- userId
- User identifier.
Glossary Item Box
public ISchemaManagerItem<TSchemaManagerSchema> GetByName( string name, Guid userId )
Параметры
- name
- Item name.
- userId
- User identifier.
Тип возвращаемого значения
The item with the name name that belongs to the user with the userId identifier.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null value is passed as the name parameter. |
Terrasoft.Common.ItemNotFoundException | If the item with the name name that belongs to the user with the userId identifier is not found. |