Click or drag to resize
EventLogSourceHelperIsSourceNameRegistered Method
Checks if event log source name is registered.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
public static bool IsSourceNameRegistered(
	string sourceName
)

Parameters

sourceName
Type: SystemString
Event source name (backslash "\" in source name is not allowed).

Return Value

Type: Boolean
See Also