AddToDocTable Method

Stot

Stot

IStore..::..AddToDocTable Method

Adds the document to document table.

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

Syntax


void AddToDocTable(
	Document doc
)
Sub AddToDocTable ( _
	doc As Document _
)
void AddToDocTable(
	Document^ doc
)

Parameters

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