Filtering Images by Security Prefix

  •  04-14-2010, 10:39 AM

    Filtering Images by Security Prefix

    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?

View Complete Thread