SetSecurityAllowCreateFolder Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..SetSecurityAllowCreateFolder Method |
| Editor Class See Also Send Feedback |
Sets the security policy, allow users to create folders
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void SetSecurityAllowCreateFolder( bool allow ) |
| Visual Basic |
|---|
Public Sub SetSecurityAllowCreateFolder ( _ allow As Boolean _ ) |
| Visual C++ |
|---|
public: void SetSecurityAllowCreateFolder( bool allow ) |
Parameters
- allow
- Type: System..::..Boolean