Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

What are the possible option to delete user from BDC permission List programmatically?

  Asked By: Nagendra Ratnalikar         Date: Aug 03, 2008      Category: Sharepoint      Views: 225
 

I want to delete user from the BDC Permission List programmatically. What are the different possibilities?

Tagged:                          

 

1 Answer Found

 
Answer #1       Answered By: Kevin Davis          Answered On: Aug 03, 2008       

You can delete  the user  using "Microsoft.Office.Server.ApplicationRegistry.Infrastructure" namespace with following classes

BDCAccessControlList
IndividualAcessConttolEntry

Check following thread for more information
blogs.msdn.com/.../...om-bdc-permissions-list.aspx

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].