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