Click or drag to resize
IUserAccessiableFillFromStoreGroup Method
This function is used for list sources in order to set the list source configuration.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int FillFromStoreGroup(
	IListSource ioList,
	string inStoreName,
	string inGroup
)

Parameters

ioList
Type: SurveyToGo.UserLogic.InterfacesIListSource
Needs to get a list, write: list
inStoreName
Type: SystemString
Name of Subject Store
inGroup
Type: SystemString
name of column for the Group By SQL command

Return Value

Type: Int32
Examples
FillFromStoreGroup(list,”my_store123”,”State”);
See Also