Saves the Content, along with all of its child records, to the database

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

Syntax

C#
public bool Save(
	DataServer server
)
Visual Basic (Declaration)
Public Function Save ( _
	server As DataServer _
) As Boolean
Visual C++
public:
bool Save(
	DataServer^ server
)

Parameters

server
Type: Asi.iBO..::.DataServer
The dataserver to use to access the database. Normally this will have an open transaction as saving addresses is generally just a part of the larger save of a parent object

Return Value

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

See Also