flexiciousNmsp.PreferenceInfo Class
Class added in 2.9 to support multiple preferences. Store information about the name of the preference, whether or not it is a system preference (which cannot be deleted), and the preference string associated with this name.
Constructor
flexiciousNmsp.PreferenceInfo
    
        ()
    
    
    
    
    
    
    
    
    
    Item Index
Properties
Properties
isSystemPref
    Boolean
    
    
    
    
    
    These cannot be deleted
Default: false
name
    String
    
    
    
    
    
    Name of the preference
Default: null
preferences
    String
    
    
    
    
    
    The actual text (or xml) of preferences.
Default: null
