C-DEngine 5.105

TheCommonUtils..::..SaveBlobToDisk Method (IBaseEngine, TSM, array<String>[]()[][])

Saves a message to disk in a directory for a given plugin

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

Syntax


public static string SaveBlobToDisk(
	IBaseEngine pBase,
	TSM pMessage,
	string[] command
)
Public Shared Function SaveBlobToDisk ( _
	pBase As IBaseEngine, _
	pMessage As TSM, _
	command As String() _
) As String
public:
static String^ SaveBlobToDisk(
	IBaseEngine^ pBase, 
	TSM^ pMessage, 
	array<String^>^ command
)

Parameters

pBase
Type: nsCDEngine.Engines..::..IBaseEngine
Plugin owning the list
pMessage
Type: nsCDEngine.BaseClasses..::..TSM
Message containing the data to be stored
command
Type: array<String>[]()[][]
Extra commands to be executed during the storing

Return Value