Share via


ItemPicker.UsesFileBackedMetadataCatalog property

Indicates if the parent field is on a list which uses a FileBackedMetadataCatalog to retrieve Entity information.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property UsesFileBackedMetadataCatalog As Boolean
    Get
'Usage
Dim instance As ItemPicker
Dim value As Boolean

value = instance.UsesFileBackedMetadataCatalog
public bool UsesFileBackedMetadataCatalog { get; }

Property value

Type: System.Boolean

See also

Reference

ItemPicker class

ItemPicker members

Microsoft.SharePoint.WebControls namespace