Click or drag to resize

ExtensionFieldDefinition Constructor (Type, IListString)

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

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

Parameters

instanceType
Type: SystemType
Instance type
excludedFields
Type: System.Collections.GenericIListString
List of excluded fields
See Also