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

Gets a delimited name of all documents.

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

Syntax

C#
public string GetDocumentName(
	string docList,
	string delimiter
)
Visual Basic (Declaration)
Public Function GetDocumentName ( _
	docList As String, _
	delimiter As String _
) As String
Visual C++
public:
String^ GetDocumentName(
	String^ docList, 
	String^ delimiter
)

Parameters

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

Return Value

A comma delimited list of names of the documents.

See Also