IUserAccessiableFillFromStore Method (IListSource, String) |
This function is used for list sources in order to
set the list source configuration.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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:
Int32Examples This will be written in the List Sources edit page:
FillFromStore(list,”my_store123”)
See Also