ISettingsContains Method (SettingsKey) |
Indicates if the AskiaPortal item
with the specified key is contains
in settings or on his inheritance.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax bool Contains(
SettingsKey key
)
Function Contains (
key As SettingsKey
) As Boolean
bool Contains(
SettingsKey key
)
Parameters
- key
- Type: AskiaPortalCmn.CommonSettingsKey
AskiaPortal key of the settings item to obtain.
Return Value
Type:
Boolean
Returns true if the AskiaPortal item with the specified key
is define in the settings or his inheritance.
See Also