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

Closes a poll identified by pollId.

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

Syntax

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

Parameters

pollId
Type: System..::.Int32
Id of the poll which needs to be closed.

See Also