Click or drag to resize
FeatureSupportHasFeature Method
Returns the state of a feature. eg: Enabled (the existence of the feature in the list denotes whether or not it is even partially enabled)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool HasFeature(
	string FeatureId
)

Parameters

FeatureId
Type: SystemString
String representing the name of the feature

Return Value

Type: Boolean
Boolean indicating true if the feature exists
Remarks