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

Parameters

folderId
Type: System..::.Int32
Id of the folder for which the virtual path is being retrieved.
documentName
Type: System..::.String
Name of document appended to the virtual path.

Return Value

The virtual path concatenated with the document name.

See Also