Click or drag to resize
ModuleCommandsPollsGetPollAnswerInfo Method
Returns answer info specified by ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static BaseInfo PollsGetPollAnswerInfo(
	int answerId
)

Parameters

answerId
Type: SystemInt32
Answer info ID

Return Value

Type: BaseInfo
See Also