[This is preliminary documentation and is subject to change.]
            Registers a vote for a particular poll.
            
    Namespace: 
   OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void Vote( int pollId, ArrayList vOption, int userId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Vote ( _ pollId As Integer, _ vOption As ArrayList, _ userId As Integer _ )  | 
| Visual C++ | 
|---|
public: void Vote( int pollId, ArrayList^ vOption, int userId )  | 
Parameters
- pollId
 - Type: System..::.Int32
Id of the poll. 
- vOption
 - Type: System.Collections..::.ArrayList
ArrayList of all the ids of the options belonging to this poll for which the user wants to vote. 
- userId
 - Type: System..::.Int32
The unique id of the user 
