Click or drag to resize

DocumentManagerGetDocumentName Method (Int32)

Return the name of the given document.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public string GetDocumentName(
	int documentId
)

Parameters

documentId
Type: SystemInt32

Return Value

Type: String
See Also