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.3.169
Syntax public ChoicesProviderApplicableCondition(
string schemaName,
string[] elementNames
)
Public Sub New (
schemaName As String,
elementNames As String()
)
public:
ChoicesProviderApplicableCondition(
String^ schemaName,
array<String^>^ elementNames
)
new :
schemaName : string *
elementNames : string[] -> ChoicesProviderApplicableCondition
Parameters
- schemaName
- Type: SystemString
The name of the schema. - elementNames
- Type: SystemString
A collection of element names.
See Also