EventUpsert(SqlConnection, String, String, Boolean, Guid, Guid, Guid, Guid, String, Boolean) Method

Definition

Namespace: Centralpoint.Web.Site
Assembly: Centralpoint.Web.Site (in Centralpoint.Web.Site.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool Upsert(
	SqlConnection connection,
	string type,
	string notes,
	bool isConsole,
	Guid moduleId,
	Guid dataId,
	Guid eventId,
	Guid userId,
	string userName,
	bool isAncestorAdmin
)

Parameters

connection  SqlConnection
 
type  String
 
notes  String
 
isConsole  Boolean
 
moduleId  Guid
 
dataId  Guid
 
eventId  Guid
 
userId  Guid
 
userName  String
 
isAncestorAdmin  Boolean
 

Return Value

Boolean

See Also