MasterLoggingAddItem(String, Object, MasterLoggingType) Method

Definition

Namespace: Centralpoint.Web.UI
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void AddItem(
	string item,
	Object value,
	MasterLoggingType type = MasterLoggingType.None
)

Parameters

item  String
 
value  Object
 
type  MasterLoggingType  (Optional)
 

See Also