ClientModuleIsActive Method | |
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
)
Public Shared Function IsActive (
pClientID As Integer,
pModuleName As String,
pModuleType As ModuleTypes
) As Boolean
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