Метод | Описание | |
---|---|---|
GetFollowedItems ( int entityTypeId, int personId ) : IQueryable |
Gets the entity query For example: If the EntityTypeId is GroupMember, this will return a GroupMember query of group members that the person is following
|
public GetFollowedItems ( int entityTypeId, int personId ) : IQueryable |
||
entityTypeId | int | The entity type identifier. |
personId | int | The person identifier. |
Результат | IQueryable |