Click or drag to resize

SolidFireElementEnableFeature Method (String)

You can use EnableFeature to enable cluster features that are disabled by default.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public EnableFeatureResult EnableFeature(
	string Feature
)

Parameters

Feature
Type: SystemString

Return Value

Type: EnableFeatureResult

Implements

ISolidFireElementEnableFeature(String)
See Also