Click or drag to resize
IUserLogicCallbacksOnGetUserSelectionItems Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
STGListItem[] OnGetUserSelectionItems(
	string inTag,
	IListSourceItem inCurrSelection,
	UserSelectionOptions ioParams
)

Parameters

inTag
Type: SystemString
inCurrSelection
Type: SurveyToGo.UserLogic.InterfacesIListSourceItem
ioParams
Type: SurveyToGo.UserLogic.InterfacesUserSelectionOptions

Return Value

Type: STGListItem
See Also