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.6.492
Syntax
public ChoicesProviderApplicableCondition(
	string schemaName,
	string[] elementNames
)

Parameters

schemaName  String
The name of the schema.
elementNames  String
A collection of element names.
See Also