ChoicesProviderApplicableConditionMatch Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic 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 String
- Name of the page schema
- elementName String
- Name of the element on page
Return Value
BooleanTrue if it can provide choices, false otherwise
See Also