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

Deletes a particular archived announcement.

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

Syntax

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

Parameters

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

See Also