This document is archived and information here might be outdated. Recommended version. |
Append XML File to Packet.
[Visual Basic .NET]
Public Function AppendFile ( _
ByVal Filename As String, _
ByVal unJoinedLots As Boolean, _
ByVal includeControl As Boolean, _
ByVal includeText As Boolean _
) As String
[C#]
public string AppendFile (
string Filename,
bool unJoinedLots,
bool includeControl,
bool includeText
);