Click or drag to resize
EventLogSourceHelperIsInstanceRegistered Method
Checks if instance is registered in Windows event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public static bool IsInstanceRegistered(
	string pathToWebConfig
)

Parameters

pathToWebConfig
Type: SystemString
Path to web.config

Return Value

Type: Boolean
See Also