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