Keyoti Search for ASP.NET API Docs
ConfigurationPropertyAttribute Constructor (category, helpText, note, changeAffectsIndexState)
API DocumentationKeyoti.SearchEngineConfigurationPropertyAttributeConfigurationPropertyAttribute(String, String, String, Boolean)
Keyoti Search for ASP.NET 2010
Creates an instance
Declaration Syntax
C#Visual BasicVisual C++
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:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note, 
	bool changeAffectsIndexState
)
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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609