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

Gets the virtual folder path

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

Syntax

C#
public string GetVirtualFolder(
	int createdUserId,
	int folderGroupId,
	int folderId
)
Visual Basic (Declaration)
Public Function GetVirtualFolder ( _
	createdUserId As Integer, _
	folderGroupId As Integer, _
	folderId As Integer _
) As String
Visual C++
public:
String^ GetVirtualFolder(
	int createdUserId, 
	int folderGroupId, 
	int folderId
)

Parameters

createdUserId
Type: System..::.Int32
The created user id
folderGroupId
Type: System..::.Int32
The folder group id
folderId
Type: System..::.Int32
The unique id of the folder

Return Value

The virtual folder path

See Also