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