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

Gets the attachment paths

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

Syntax

C#
public ArrayList GetAttachmentPaths(
	int caseId,
	int groupId
)
Visual Basic (Declaration)
Public Function GetAttachmentPaths ( _
	caseId As Integer, _
	groupId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetAttachmentPaths(
	int caseId, 
	int groupId
)

Parameters

caseId
Type: System..::.Int32
groupId
Type: System..::.Int32

Return Value

See Also