SchemaManagerItemCollection.FindByName(String,Guid) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManagerItemCollection - класс > FindByName - метод : FindByName(String,Guid) - метод C#
- name
- Item name.
- userId
- User identifier.
Glossary Item Box
public ISchemaManagerItem<TSchemaManagerSchema> FindByName( 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, ornull
if no such item was found.