C-DEngine 5.105

TheISMManager..::..ScanForUpdates Method

Asks the ISM to scan for updates in the local clienbin/updates folder

Namespace:  nsCDEngine.ISM
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string ScanForUpdates(
	bool pFallback
)
Public Shared Function ScanForUpdates ( _
	pFallback As Boolean _
) As String
public:
static String^ ScanForUpdates(
	bool^ pFallback
)

Parameters

pFallback
Type: Boolean
if true, it also scans the MyDocuments folder

Return Value