ChoicesProviderApplicableConditionMatch Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public bool Match(
string schemaName,
string elementName
)
Public Function Match (
schemaName As String,
elementName As String
) As Boolean
public:
bool Match(
String^ schemaName,
String^ elementName
)
member Match :
schemaName : string *
elementName : string -> bool
Parameters
- schemaName
- Type: SystemString
Name of the page schema - elementName
- Type: SystemString
Name of the element on page
Return Value
Type:
BooleanTrue if it can provide choices, false otherwise
See Also