| 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
)
Public Sub New (
instanceType As Type,
excludedFields As IList(Of String)
)
Parameters
- instanceType
- Type: SystemType
Instance type - excludedFields
- Type: System.Collections.GenericIListString
List of excluded fields
See Also