Saves changes made to this object. You can optionally refresh all of the object's properties.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Sub Save ( _
	refreshMode As RefreshMode _
)
C#
void Save(
	RefreshMode refreshMode
)
Visual C++
void Save(
	RefreshMode refreshMode
)
JavaScript
function save(refreshMode);

Parameters

refreshMode
Type: FileNet.Api.Constants..::.RefreshMode
Specifies whether or not to refresh all of the object's properties.

ToggleSee Also