Keyoti SearchUnit API Docs
ConfigurationPropertyAttribute Constructor (category, helpText, note, changeAffectsIndexState)
API DocumentationKeyoti.SearchEngineConfigurationPropertyAttributeConfigurationPropertyAttribute(String, String, String, 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
)
public ConfigurationPropertyAttribute(
	string category,
	string helpText,
	string note,
	bool changeAffectsIndexState
)
Public Sub New ( 
	category As String,
	helpText As String,
	note As String,
	changeAffectsIndexState As Boolean
)
Public Sub New ( 
	category As String,
	helpText As String,
	note As String,
	changeAffectsIndexState As Boolean
)
public:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note, 
	bool changeAffectsIndexState
)
public:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note, 
	bool changeAffectsIndexState
)
new : 
        category : string * 
        helpText : string * 
        note : string * 
        changeAffectsIndexState : bool -> ConfigurationPropertyAttribute
new : 
        category : string * 
        helpText : string * 
        note : string * 
        changeAffectsIndexState : 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

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