Syntax

SRP_Mobile_Repository(CtrlEntID, 'FilterLocalRepository', EntityTypes)

Returns

ParameterDescription
EntityTypes@FM list of repository types to use. If empty then the current cache is used (see RefreshLocalRepository)

Remarks

Only used internally by the SRP_Mobile_Repository routine.

Examples

// Filter the current display of repository entities to just OIWIN and OIWINEXE types 
SRP_Mobile_Repository(CtrlEntId, 'FilterLocalRepository', 'OIWIN' : @FM : 'OIWINEXE')
  • No labels