Delete Method

Stot

Stot

Store..::..Delete Method

Deletes the specified document from the Database.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public void Delete(
	Document doc
)
Public Sub Delete ( _
	doc As Document _
)
public:
void Delete(
	Document^ doc
)

Parameters

doc
Type: Engine..::..Document
The document to be deleted.