Click or drag to resize

ClientModuleIsActive Method

Check is Module of this type ModuleTypes active.

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.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.Management.ClientModule.IsActive(System.Int32,System.String,SOWIData.Management.ModuleTypes)"]

See Also