Click or drag to resize

ISettingsGetItems Method

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
)

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