Share via


FullTextIndex.GetMappingsForLevel Method

Gets a list of managed properties that are mapped to this full-text index with a specific importance level.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function GetMappingsForLevel ( _
    importanceLevel As Integer _
) As IEnumerable(Of ManagedProperty)
'Usage
Dim instance As FullTextIndex
Dim importanceLevel As Integer
Dim returnValue As IEnumerable(Of ManagedProperty)

returnValue = instance.GetMappingsForLevel(importanceLevel)
IEnumerable<ManagedProperty> GetMappingsForLevel(
    int importanceLevel
)

Parameters

  • importanceLevel
    Type: System.Int32

    An integer that specifies the importance level for the full-text index.

Return Value

Type: System.Collections.Generic.IEnumerable<ManagedProperty>
A list of ManagedProperty objects.

See Also

Reference

FullTextIndex Interface

FullTextIndex Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace