Allows you programmatically manage the security settings.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public void SetSecurity(
	string category,
	string storageid,
	string configname,
	string configvalue
)
Visual Basic
Public Sub SetSecurity ( _
	category As String, _
	storageid As String, _
	configname As String, _
	configvalue As String _
)
Visual C++
public:
void SetSecurity(
	String^ category, 
	String^ storageid, 
	String^ configname, 
	String^ configvalue
)

Parameters

category
Type: System..::..String
The name of the category to which the security setting should be applied. "Gallery" indicates the insert gallery dialog. "*" indicates all dialogs.
storageid
Type: System..::..String
The ID of the storage to which the security setting should be applied. The default storage ID is "default".
configname
Type: System..::..String
The name of the security setting.
configvalue
Type: System..::..String
The value of the security setting.

See Also