 | ContentAppIndexProviderCanHandle Method |
Returns value inicating whether current app index provider can handle the app by it's system name.
Namespace:
Dynamicweb
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic abstract bool CanHandle(
string appSystemName
)
Public MustOverride Function CanHandle (
appSystemName As String
) As Boolean
Parameters
- appSystemName
- Type: SystemString
The app system name.
Return Value
Type:
BooleanReturns true if current app index provider can handle the app.
See Also