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

Gets the disk path of the application

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetDiskApplicationPath(
	int userId,
	Constants..::.ApplicationType aType
)
Visual Basic (Declaration)
Public Shared Function GetDiskApplicationPath ( _
	userId As Integer, _
	aType As Constants..::.ApplicationType _
) As String
Visual C++
public:
static String^ GetDiskApplicationPath(
	int userId, 
	Constants..::.ApplicationType aType
)

Parameters

userId
Type: System..::.Int32
The unique id of the user
aType
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
The application type

Return Value

The application path

See Also