Click or drag to resize
IsFeatureAvailableAttribute Constructor
Creates feature available attribute. Feature will be checked similarly to IsFeatureAvailable(FeatureEnum, String).

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 11.0.0
Syntax
C#
public IsFeatureAvailableAttribute(
	FeatureEnum feature,
	string message = null
)

Parameters

feature
Type: CMS.DataEngineFeatureEnum
Necessary feature
message (Optional)
Type: SystemString
Error message, if null or empty DEFAULT_ERROR_MESSAGE is used
See Also