Keyoti SearchUnit API Docs
ConfigurationPropertyAttribute Constructor (category, helpText, note, changeAffectsIndexState, isPassword)
API DocumentationKeyoti.SearchEngineConfigurationPropertyAttributeConfigurationPropertyAttribute(String, String, String, Boolean, Boolean)
Keyoti SearchUnit v6
Creates an instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ConfigurationPropertyAttribute(
	string category,
	string helpText,
	string note,
	bool changeAffectsIndexState,
	bool isPassword
)
public ConfigurationPropertyAttribute(
	string category,
	string helpText,
	string note,
	bool changeAffectsIndexState,
	bool isPassword
)
Public Sub New ( 
	category As String,
	helpText As String,
	note As String,
	changeAffectsIndexState As Boolean,
	isPassword As Boolean
)
Public Sub New ( 
	category As String,
	helpText As String,
	note As String,
	changeAffectsIndexState As Boolean,
	isPassword As Boolean
)
public:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note, 
	bool changeAffectsIndexState, 
	bool isPassword
)
public:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note, 
	bool changeAffectsIndexState, 
	bool isPassword
)
new : 
        category : string * 
        helpText : string * 
        note : string * 
        changeAffectsIndexState : bool * 
        isPassword : bool -> ConfigurationPropertyAttribute
new : 
        category : string * 
        helpText : string * 
        note : string * 
        changeAffectsIndexState : bool * 
        isPassword : bool -> ConfigurationPropertyAttribute
Parameters
category (String)
The category of the configuration property
helpText (String)
Any text that can be given to the user as help for this property.
note (String)
Note for the end user
changeAffectsIndexState (Boolean)
Whether the index needs to be rebuilt after changing this property
isPassword (Boolean)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120