Click or drag to resize
NotificationMessageHelperSetDatabaseData Method

Namespace: SxcUtilsLib
Assembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntax
public void SetDatabaseData(
	string CategoryId,
	string TypeId,
	string GroupId,
	string GroupName,
	string CreatedByUserId,
	string CreatedByUserName,
	string ActiveFlag,
	string PickedUpFlag,
	string PickedUpOn,
	string ViewedFlag,
	string ViewedOn
)

Parameters

CategoryId
Type: SystemString
TypeId
Type: SystemString
GroupId
Type: SystemString
GroupName
Type: SystemString
CreatedByUserId
Type: SystemString
CreatedByUserName
Type: SystemString
ActiveFlag
Type: SystemString
PickedUpFlag
Type: SystemString
PickedUpOn
Type: SystemString
ViewedFlag
Type: SystemString
ViewedOn
Type: SystemString
See Also