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

Gets document information based on document comma separated id list

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

Syntax

C#
public DataTable GetDocumentInfoFromDocList(
	string docList
)
Visual Basic (Declaration)
Public Function GetDocumentInfoFromDocList ( _
	docList As String _
) As DataTable
Visual C++
public:
DataTable^ GetDocumentInfoFromDocList(
	String^ docList
)

Parameters

docList
Type: System..::.String
A comma separated list of all the document ids.

Return Value

A comma delimited list of names of the documents.

See Also