[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 string GetVirtualFolderForApplication(
	int groupId,
	int applicationId,
	int id1,
	int folderCreatedbyUserId
)
Visual Basic (Declaration)
Public Function GetVirtualFolderForApplication ( _
	groupId As Integer, _
	applicationId As Integer, _
	id1 As Integer, _
	folderCreatedbyUserId As Integer _
) As String
Visual C++
public:
String^ GetVirtualFolderForApplication(
	int groupId, 
	int applicationId, 
	int id1, 
	int folderCreatedbyUserId
)

Parameters

groupId
Type: System..::.Int32
Id of a particular group.
applicationId
Type: System..::.Int32
Id of the application to which object belongs to which this document is attached.
id1
Type: System..::.Int32
Id of another OfficeClip object with which this document is attached.
folderCreatedbyUserId
Type: System..::.Int32
Id of the user who created the folder

Return Value

Directory Path

See Also