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

Gets all the documents attached to an item inside a particular folder.

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

Syntax

C#
public DataSet GetAttachedDocs(
	string documentIds,
	bool isUserTz
)
Visual Basic (Declaration)
Public Function GetAttachedDocs ( _
	documentIds As String, _
	isUserTz As Boolean _
) As DataSet
Visual C++
public:
DataSet^ GetAttachedDocs(
	String^ documentIds, 
	bool isUserTz
)

Parameters

documentIds
Type: System..::.String
Delimited list of documentIds
isUserTz
Type: System..::.Boolean
Flag (True/False) indicating whether it is the user's timezone.

Return Value

Dataset with all the necessary document information.

See Also