Click or drag to resize

FileServerBaseOnCmd Method

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
protected virtual bool OnCmd(
	Stream os,
	string sub,
	string xid,
	string filename,
	Dictionary<string, string> options
)

Parameters

os
Type: System.IOStream
sub
Type: SystemString
xid
Type: SystemString
filename
Type: SystemString
options
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: Boolean
See Also