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