Sets the security policy, allow users to rename files
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# | 
|---|
public void SetSecurityAllowRename( bool allow )  | 
| Visual Basic | 
|---|
Public Sub SetSecurityAllowRename ( _ allow As Boolean _ )  | 
| Visual C++ | 
|---|
public: void SetSecurityAllowRename( bool allow )  | 
Parameters
- allow
 - Type: System..::..Boolean