[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 GetVirtualPath(
	int folderId
)
Visual Basic (Declaration)
Public Function GetVirtualPath ( _
	folderId As Integer _
) As String
Visual C++
public:
String^ GetVirtualPath(
	int folderId
)

Parameters

folderId
Type: System..::.Int32
Id of the folder for which the virtual path is being retrieved.

Return Value

The path for the respective virtual folder.

See Also