IDocumentPersistenceService.Flush(Object) Method

Definition

When implemented by a derived class, saves the specified document to disk and clears the memory buffer.

public:
 void Flush(System::Object ^ documentRoot);
public void Flush (object documentRoot);
abstract member Flush : obj -> unit
Public Sub Flush (documentRoot As Object)

Parameters

documentRoot
Object

The root directory for a Web site.

Applies to