[This is preliminary documentation and is subject to change.]

Updates the announcement into the database.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void Update(
	int announceId,
	string message,
	string title,
	DateTime expires,
	int userId
)
Visual Basic (Declaration)
Public Sub Update ( _
	announceId As Integer, _
	message As String, _
	title As String, _
	expires As DateTime, _
	userId As Integer _
)
Visual C++
public:
void Update(
	int announceId, 
	String^ message, 
	String^ title, 
	DateTime expires, 
	int userId
)

Parameters

announceId
Type: System..::.Int32
Id of the annoucement whose information is to be udpated.
message
Type: System..::.String
The announcement Description.
title
Type: System..::.String
The announcement title.
expires
Type: System..::.DateTime
Date and Time when the annoucement is going to expire.
userId
Type: System..::.Int32
The unique identifier for the user.

See Also