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.6.492
Syntax
public bool Match(
	string schemaName,
	string elementName
)

Parameters

schemaName  String
Name of the page schema
elementName  String
Name of the element on page

Return Value

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