Returns the settings items of
the specified module guid.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IList<ISettingsItem> GetItems(
Nullable<Guid> moduleGuid = null
)
Function GetItems (
Optional moduleGuid As Nullable(Of Guid) = Nothing
) As IList(Of ISettingsItem)
IList<ISettingsItem^>^ GetItems(
Nullable<Guid> moduleGuid = nullptr
)
Parameters
- moduleGuid (Optional)
- Type: SystemNullableGuid
GUID of the module that contains the settings to obtain.
It uses the current module Guid
if the value is null.
Return Value
Type:
IListISettingsItem
Returns the settings items of
the specified module guid.
See Also