Click or drag to resize

ExtensionFieldDefinition Constructor (String, IListString)

Creates new object with specific extender type and list of excluded fields

Namespace:  Dynamicweb.Indexing.Schemas
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public ExtensionFieldDefinition(
	string extenderType,
	IList<string> excludedFields
)

Parameters

extenderType
Type: SystemString
name of extender type
excludedFields
Type: System.Collections.GenericIListString
List of excluded fields
See Also