Click or drag to resize
Galactic API

SqlEventLogUpdateCategory Method

Updates the attributes of an existing event category.

Namespace:  Galactic.EventLog.Sql
Assembly:  Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected bool UpdateCategory(
	int id,
	string name
)

Parameters

id
Type: SystemInt32
The ID of the event category in the database.
name
Type: SystemString
The name to give the event category.

Return Value

Type: Boolean
True if the update succeeded, false otherwise.
See Also