EntityRepo.SetMentions Method
- Namespace:
- Weavy.Core.Repos
- Assembly:
- Weavy.Core.dll
SetMentions(IEntity, IEnumerable, IEnumerable)
Store the mentions for an entity.
public static void SetMentions(IEntity entity, IEnumerable userids, IEnumerable spaceids)
Parameters
- entity
- IEntity
- userids
- System.Collections.Generic.IEnumerable{System.Int32}
- spaceids
- System.Collections.Generic.IEnumerable{System.Int32}