Click or drag to resize

ProtocolWrite Method (String, String)

Write text to protocol file.

Namespace:  SOWIDocument.Helper
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static void Write(
	string pText,
	string pFilename = ""
)

Parameters

pText
Type: SystemString
Text to write file
pFilename (Optional)
Type: SystemString
Text file full path. Set to property Filename
See Also