SchemaManagerItemCollection.FindInstanceByUId - метод Смотри также Terrasoft.Core - пространство имен > SchemaManagerItemCollection - класс : FindInstanceByUId - метод C#
- uid
- Identifier of the item schema instance.
- userId
- User identifier.
Glossary Item Box
public ISchemaManagerItem<TSchemaManagerSchema> FindInstanceByUId( Guid uid, Guid userId )
Параметры
- uid
- Identifier of the item schema instance.
- userId
- User identifier.
Тип возвращаемого значения
The item found that has the schema instance with the uid identifier and belongs to the user with the userId identifier, ornull
if no such item was found.