Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Add permissions to folder(s) in CodeBehind?
Last Post 07/28/2009 3:57 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Mike Barbaro
New Member
New Member
Posts:3


--
07/14/2009 7:50 PM

I am creating new folders in my codebehind using the following:

 

Dim thisPortal As Integer = Me.PortalIdDim IssueName As String = txtNewTopic.TextDim newFolderID As Integer = EntriesController.MakeCollection(thisPortal, 0, IssueName, UserInfo, False)

Is it possible to also set permissions on the newly created folder to allow add/edit functionality for Registered Users?

 

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
07/28/2009 3:57 PM
Hi Michael,

Check out the AddFolder SPROC in SQL. You can do a lot with that.

Peter
You are not authorized to post a reply.