GetEventClassName
Returns the class name for an event.
Syntax
public virtual string GetEventClassName(System.Guid EventClass, int nLangId)Parameter
Name | Type | Description |
|---|---|---|
langId | int | LangID for the language |
EventClass | System.Guid | GUID of the event class |
Return value
Name | Type | Description |
|---|---|---|
GetEventClassName | string |
|