Click or drag to resize

ChoicesProviderApplicableCondition Constructor


Initializes a new instance of the ChoicesProviderApplicableCondition class, given schemaName and elementNames.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public ChoicesProviderApplicableCondition(
	string schemaName,
	string[] elementNames
)

Parameters

schemaName
Type: SystemString
The name of the schema.
elementNames
Type: SystemString
A collection of element names.
See Also