Click or drag to resize

ChoicesProviderApplicableConditionMatch Method


Checks if the provider can provide choices for the given element, by checking the schemaName and elementName.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public bool Match(
	string schemaName,
	string elementName
)

Parameters

schemaName
Type: SystemString
Name of the page schema
elementName
Type: SystemString
Name of the element on page

Return Value

Type: Boolean
True if it can provide choices, false otherwise
See Also