ChoicesProviderApplicableConditionMatch Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference