Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Appends the specified text to the object’s string builder.
SP.XmlWriter.writeRaw(xml);
Parameters
xml
Type: String
The text to append.
Exceptions
Sys.InvalidOperationException
The previous attribute is not closed.
Remarks
This method closes any open start element tag or attribute before appending the text to the string builder.