Saves the ContentHtml to the database.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected bool Save()
Visual Basic (Declaration)
Protected Function Save As Boolean
Visual C++
protected:
bool Save()

Return Value

True if all goes well, false if an error occurs. If false, check the Errors property for details.

See Also