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

Remove a particular notice from the database.

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

Syntax

C#
public int RemoveNotice(
	int messageId
)
Visual Basic (Declaration)
Public Function RemoveNotice ( _
	messageId As Integer _
) As Integer
Visual C++
public:
int RemoveNotice(
	int messageId
)

Parameters

messageId
Type: System..::.Int32
The ID of the notice to be removed.

Return Value

The ID of the notice removed if sucessful else returns -1.

See Also