[This is preliminary documentation and is subject to change.]

Gets the document related information for a particular document identified by documentId.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DocumentInfo GetDocumentInfo(
	int documentId
)
Visual Basic (Declaration)
Public Function GetDocumentInfo ( _
	documentId As Integer _
) As DocumentInfo
Visual C++
public:
DocumentInfo^ GetDocumentInfo(
	int documentId
)

Parameters

documentId
Type: System..::.Int32
Id of the document for which the information is being retrieved.

Return Value

Instance of the DocumentInfo object containing all the information related to a particular document. OfficeClip.BusinessLayer.Desktop..::.DocumentInfo

See Also