Click or drag to resize
ActivityPerformVote Method
Perform a vote for a specified assignment and path

Namespace: Innovator.Client
Assembly: 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
)

Parameters

conn
Type: Innovator.ClientIConnection
assignmentId
Type: SystemString
pathName
Type: SystemString
comment (Optional)
Type: SystemString

Return Value

Type: IReadOnlyResult
See Also