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

Sets a particular poll as archived.

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

Syntax

C#
public void Archive(
	int pollId,
	int userId
)
Visual Basic (Declaration)
Public Sub Archive ( _
	pollId As Integer, _
	userId As Integer _
)
Visual C++
public:
void Archive(
	int pollId, 
	int userId
)

Parameters

pollId
Type: System..::.Int32
Id of the poll which need to be marked as archived.
userId
Type: System..::.Int32
The unique id of the user

See Also