<GleamTech:FileManagerControl ID="fileManager" runat="server" />
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load 'Create a root folder and add it to the control Dim rootFolder1 = New FileManagerRootFolder() rootFolder1.Name = "Root Folder 1" rootFolder1.Location = "~/App_Data/RootFolder1" fileManager.RootFolders.Add(rootFolder1) Dim accessControl1 = New FileManagerAccessControl() accessControl1.Path = "\" accessControl1.AllowedPermissions = FileManagerPermissions.Full rootFolder1.AccessControls.Add(accessControl1) End Sub
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.