Click or drag to resize

ClientModuleConfigIsActive Method

Check is Module of this type ModuleTypes active.

Namespace:  SOWIApp.Administrator
Assembly:  SOWIApp.Administrator (in SOWIApp.Administrator.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static bool IsActive(
	int pClientID,
	string pModuleName,
	ModuleTypes pModuleType
)

Parameters

pClientID
Type: SystemInt32
Client ID
pModuleName
Type: SystemString
Module name (identifikation)
pModuleType
Type: SOWIData.ManagementModuleTypes
Module type

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SOWIApp.Administrator.ClientModuleConfig.IsActive(System.Int32,System.String,SOWIData.Management.ModuleTypes)"]

See Also