[This is preliminary documentation and is subject to change.]
Marks a particular annoucement as archived.
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void Archive( int announceId, int userId ) |
Visual Basic (Declaration) |
---|
Public Sub Archive ( _ announceId As Integer, _ userId As Integer _ ) |
Visual C++ |
---|
public: void Archive( int announceId, int userId ) |
Parameters
- announceId
- Type: System..::.Int32
id of the archived announcement which is to be marked as archived.
- userId
- Type: System..::.Int32
The unique id for the user.