EventLogSourceHelperIsSourceNameRegistered Method |
Checks if event log source name is registered.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax public static bool IsSourceNameRegistered(
string sourceName
)
Parameters
- sourceName
- Type: SystemString
Event source name (backslash "\" in source name is not allowed).
Return Value
Type:
BooleanSee Also