Table of Contents

Method Supports

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Supports(FeatureId)

Checks whether this server instance supports a feature.

public bool Supports(FeatureId featureId)

Parameters

featureId FeatureId

The id of the feature.

Returns

bool

True if this server instance supports the feature; otherwise, false.