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?