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

Return the disk path of the upload folder for user

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

Syntax

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

Parameters

name
Type: System..::.String
The name of the path

Return Value

The full disk path of the upload folder for user

See Also