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