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
)
Function GetDocName (
cxt As IAppContext,
docId As String
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - docId
- Type: SystemString
The ID of the document to write out.
Return Value
Type:
StringThe document filename if found, else null.
See Also