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

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

Syntax

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

Parameters

issueId
Type: System..::.Int32
groupId
Type: System..::.Int32

See Also