By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
<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.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authentication app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.