Share via


MetadataNavigationItem.FieldType property

Gets the [SPFieldType] object value of the SPField object that this instance refers to.

Namespace:  Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property FieldType As SPFieldType
    Get
'Usage
Dim instance As MetadataNavigationItem
Dim value As SPFieldType

value = instance.FieldType
public SPFieldType FieldType { get; }

Property value

Type: Microsoft.SharePoint.SPFieldType
The [SPFieldType] that this instance refers to.

Remarks

For the folder hierarchy special type, the object passes the [SPFieldType.Guid] value. For for managed metadata types, the object passes the [SPFieldType.Invalid] value.

See also

Reference

MetadataNavigationItem class

MetadataNavigationItem members

Microsoft.Office.DocumentManagement.MetadataNavigation namespace