IUserAccessiableFillFromStoreFilter Method (IListSource, String, String, DVar) |
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 FillFromStoreFilter(
IListSource ioList,
string inStoreName,
string inFilterColumn,
DVar inCompare
)
Parameters
- ioList
- Type: SurveyToGo.UserLogic.InterfacesIListSource
Needs to get a list, write: list - inStoreName
- Type: SystemString
Name of Subject Store - inFilterColumn
- Type: SystemString
Name of column - inCompare
- Type: SurveyToGo.UserLogic.InterfacesDVar
Value for the column
Return Value
Type:
Int32Examples This will be written in the List Sources edit page:
FillFromStoreFilter(list,”my_store123”,”City”,”New-York”)
See Also