.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::AppendToContent

Appends text to the content of an XML node

  Declarations  
    [Visual Basic]
Public Function AppendToContent(ByVal String moreContent) As Boolean

[C#]
public bool AppendToContent(string moreContent);

[C++]
public bool AppendToContent(String *moreContent);

[JScript]
public function AppendToContent(String moreContent) : Boolean
 
  Parameters  
   
moreContent
Text to be appended to the XML node's content.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.