This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IContentRecommendations>() and is defined in Telligent.Evolution.Platform.dll
Methods
void Ignore(Guid contentId);
The ignore content recommendations for the accessing user
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentId | Guid | Content Id | Required |
PagedList<ContentRecommendation> List(ContentRecommendationsListOptions options);
Retrieve a specific content recommendations for the accessing user
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| options | ContentRecommendationsListOptions | Options include: UseCache, PageIndex, PageSize, ContainerIds, ContentTypeIds | Required |