Click or drag to resize

IDocStorageServiceGetDocName Method

Get the filename of the specified document.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string GetDocName(
	IAppContext cxt,
	string docId
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
docId
Type: SystemString
The ID of the document to write out.

Return Value

Type: String
The document filename if found, else null.
See Also