Class BetaFeatures

Inheritance
System.Object
BetaFeatures
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class BetaFeatures

Constructors

BetaFeatures()

Declaration
public BetaFeatures()

Methods

Disable(String[])

Disables a list of beta features

Declaration
public void Disable(params string[] features)
Parameters
Type Name Description
System.String[] features

List of features to disable

Enable(String[])

Enables a list of beta features

Declaration
public void Enable(params string[] features)
Parameters
Type Name Description
System.String[] features

List of features to enable

GetEnabledFeatures()

Gets the list of enabled beta features

Declaration
public CPList GetEnabledFeatures()
Returns
Type Description
Infragistics.CPList

IsBetaFeatureEnabled(String)

Indicates if a beta feature is enabled

Declaration
public bool IsBetaFeatureEnabled(string feature)
Parameters
Type Name Description
System.String feature

feature

Returns
Type Description
System.Boolean

True if the feature is enabled