how can i know a user has read an asset or not in c# ?

Divya Bhavsar 1 Reputation point
2020-08-31T10:36:54.887+00:00

hi,

I have created a site collection in SharePoint using Microsoft 365 learning pathways. I am a site owner and I upload new sources with playlist and asset content. so now I created a console application in c# to get that information I got all the playlist and asset list but not able to get who view my asset. I need viewer detail asset wise.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,009 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amos Wu-MSFT 4,051 Reputation points
    2020-09-01T07:55:28.207+00:00

    As far as I know,there is no way to confirm whether the user has viewed an item.
    As a workaround, you could save the user information to a list when the user go to the display form of a list(whether it’s automatically executed code or insert a button to let them click to confirm that they have viewed this item).
    Or you could submit a feedback to UserVoice.If a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.


    If the response is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments