I could implement the security feature in the following way for an CE:Editor Control:
If role = 'Admin' Then
' do nothing
Else
Description.SetSecurityFileNamePrefix(UserName + "_")
End If
As we have dozens of these controls is there any easy way to defined the security feature globally for all CE:Editor controls?