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

Returns the complete application path of the OfficeClip documents.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string DocsAppPath(
	string name
)
Visual Basic (Declaration)
Public Function DocsAppPath ( _
	name As String _
) As String
Visual C++
public:
String^ DocsAppPath(
	String^ name
)

Parameters

name
Type: System..::.String
The file name of the OfficeClip document file.

Return Value

The complete path of the OfficeClip documents.

See Also