Keyoti Search for ASP.NET API Docs
ConfigurationPropertyAttribute Constructor (category, helpText, note, type, keyAttributeName, valueAttributeName, childElementName, childType, changeAffectsIndexState)
API DocumentationKeyoti.SearchEngineConfigurationPropertyAttributeConfigurationPropertyAttribute(String, String, String, ConfigurationPropertyAttribute..::.DataType, String, String, String, Type, Boolean)
Keyoti Search for ASP.NET 2010
Creates an instance
Declaration Syntax
C#Visual BasicVisual C++
public ConfigurationPropertyAttribute(
	string category,
	string helpText,
	string note,
	ConfigurationPropertyAttribute..::.DataType type,
	string keyAttributeName,
	string valueAttributeName,
	string childElementName,
	Type childType,
	bool changeAffectsIndexState
)
Public Sub New ( _
	category As String, _
	helpText As String, _
	note As String, _
	type As ConfigurationPropertyAttribute..::.DataType, _
	keyAttributeName As String, _
	valueAttributeName As String, _
	childElementName As String, _
	childType As Type, _
	changeAffectsIndexState As Boolean _
)
public:
ConfigurationPropertyAttribute(
	String^ category, 
	String^ helpText, 
	String^ note, 
	ConfigurationPropertyAttribute..::.DataType type, 
	String^ keyAttributeName, 
	String^ valueAttributeName, 
	String^ childElementName, 
	Type^ childType, 
	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
type (ConfigurationPropertyAttribute..::.DataType)
The type of child element
keyAttributeName (String)
The attribute specifying the key
valueAttributeName (String)
The name of the attribute used to hold the value of the child element
childElementName (String)
The name of the child element in the Xml file
childType (Type)
The type of child elements
changeAffectsIndexState (Boolean)
Whether changing this property affects the index state.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609