locked
set item level permissions in list using CSOM RRS feed

  • Question

  • I have a process that is uploading data into a list. Once the data is uploaded, I then need to set permissions for certain rows in the list where a column meets certain criteria. I'm unable to use a receiver or workflow or powershell for this

    Example:

    if (columnb == "IT")

    {

         then only IT folks should see this 

    }

    Is this possible to do using CSOM/C#



    Friday, June 17, 2016 5:14 PM

Answers

All replies