ActivityPerformVote Method |
Perform a vote for a specified assignment and path
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public IReadOnlyResult PerformVote(
IConnection conn,
string assignmentId,
string pathName,
string comment = null
)
Public Function PerformVote (
conn As IConnection,
assignmentId As String,
pathName As String,
Optional comment As String = Nothing
) As IReadOnlyResult
Parameters
- conn
- Type: Innovator.ClientIConnection
- assignmentId
- Type: SystemString
- pathName
- Type: SystemString
- comment (Optional)
- Type: SystemString
Return Value
Type:
IReadOnlyResultSee Also