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