ArcFM Responder Mobile Developer Guide
GetMobileConfigByAppName Method (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Function GetMobileConfigByAppName( _
   ByRef sAppName As System.String, _
   Optional ByVal bResetCache As System.Boolean _
) As IMMMobileConfig
'Usage
 
Dim instance As PxApplicationClass
Dim sAppName As System.String
Dim bResetCache As System.Boolean
Dim value As IMMMobileConfig
 
value = instance.GetMobileConfigByAppName(sAppName, bResetCache)
public virtual IMMMobileConfig GetMobileConfigByAppName( 
   ref System.string sAppName,
   System.bool bResetCache
)
public function GetMobileConfigByAppName( 
   var  sAppName: System.String;
    bResetCache: System.Boolean
): IMMMobileConfig; virtual; 
public function GetMobileConfigByAppName( 
   sAppName : System.String,
   bResetCache : System.boolean
) : IMMMobileConfig;
public: virtual IMMMobileConfig* GetMobileConfigByAppName( 
   ref System.string* sAppName,
   System.bool bResetCache
) 
public:
virtual IMMMobileConfig^ GetMobileConfigByAppName( 
   System.String^% sAppName,
   System.bool bResetCache
) 

Parameters

sAppName
bResetCache
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PxApplicationClass Class
PxApplicationClass Members

Send Feedback