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

Gets all documents attached to a another OfficeClip object. For example, timesheet, expense or tracker case.

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

Syntax

C#
public string GetItemDocs(
	int itemId,
	int applicationId,
	int applicationSecondaryId
)
Visual Basic (Declaration)
Public Function GetItemDocs ( _
	itemId As Integer, _
	applicationId As Integer, _
	applicationSecondaryId As Integer _
) As String
Visual C++
public:
String^ GetItemDocs(
	int itemId, 
	int applicationId, 
	int applicationSecondaryId
)

Parameters

itemId
Type: System..::.Int32
Id of another OfficeClip object for which all the attached (if any) are to be retrieved.
applicationId
Type: System..::.Int32
Id of the application to which object belongs whose attachments are being retrieved.
applicationSecondaryId
Type: System..::.Int32
Secondary Id distinguishing between two different kinds of objects belonging to an application.

Return Value

Comma delimited string of document Ids of all the attached documents.

See Also