C-DEngine 5.105

TheISMManager..::..HasISMExtension Method (String, Boolean)

Probes a file if it has the ISM File Extension

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

Syntax


public static bool HasISMExtension(
	string pFile,
	bool UpdateOnly
)
Public Shared Function HasISMExtension ( _
	pFile As String, _
	UpdateOnly As Boolean _
) As Boolean
public:
static bool^ HasISMExtension(
	String^ pFile, 
	bool^ UpdateOnly
)

Parameters

pFile
Type: String
File to probe
UpdateOnly
Type: Boolean
If true only the update extension is probed

Return Value