Click or drag to resize
IUserAccessiableFillFromStore Method (IListSource, String)
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 FillFromStore(
	IListSource ioList,
	string inStoreName
)

Parameters

ioList
Type: SurveyToGo.UserLogic.InterfacesIListSource
Needs to get a list, write: list
inStoreName
Type: SystemString
Name of Subject Store

Return Value

Type: Int32
Examples
This will be written in the List Sources edit page: FillFromStore(list,”my_store123”)
See Also