Share via


Dictionary.reloadSecurity Method

Reloads the feature key system.

Syntax

public void reloadSecurity(
   [boolean reloadCodes, 
    boolean setSynchronizeRequired, 
    boolean flushTable])

Run On

Called

Parameters

  • reloadCodes
    Type: boolean
    A Boolean value that indicates whether the license codes are reloaded. The default value is false.
  • setSynchronizeRequired
    Type: boolean
    A Boolean value that indicates whether synchronization is required. The default value is true.

Remarks

The default value for the _reloadCodes parameter is false.

The default value for the _setSynchronizeRequired parameter is true.

See Also

Dictionary Class

Dictionary Class