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