ITcEventLogger_GetEventClassName
This method returns the EventClass name that matches a given EventClass GUID.
Syntax
public virtual string ITcEventLogger_GetEventClassName(System.Guid EventClass, int nLangId)
Parameter
Name | Type | Description |
---|---|---|
EventClass | System.Guid | GUID of the event class. |
langId | int | LangID in which the name is to be returned. |
Return value
Name | Type | Description |
---|---|---|
ITcEventLogger_GetEventClassName | string | Name of the EventClass. |