This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the relevant poll from a given folder.

Namespace: Smartsite.WebToolkit
Assembly:  Smartsite.WebToolkit (in Smartsite.WebToolkit.dll)

Syntax

C#Copy imageCopy Code
[]
public static  getRelevantPoll(
	 context,
	 pollFolder
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function getRelevantPoll ( _
	context As , _
	pollFolder As  _
) As 

Parameters

context
IContext
The context.
pollFolder
Locator
The poll folder.

Return Value

A reference to the relevant poll item.

See Also

Advanced