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

Deletes a particular annoucement.

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

Syntax

C#
public void Delete(
	int announceId
)
Visual Basic (Declaration)
Public Sub Delete ( _
	announceId As Integer _
)
Visual C++
public:
void Delete(
	int announceId
)

Parameters

announceId
Type: System..::.Int32
id of the announcement which is to be deleted.

See Also