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

Checks whether the application area folder is created corresponding to a particular application for a particular user. If the folder does not already exist, it is created.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public string CheckUserApplicationFolder(
	int applicationId,
	int userId
)
Visual Basic (Declaration)
Public Function CheckUserApplicationFolder ( _
	applicationId As Integer, _
	userId As Integer _
) As String
Visual C++
public:
String^ CheckUserApplicationFolder(
	int applicationId, 
	int userId
)

Parameters

applicationId
Type: System..::.Int32
Id of the application whose application area folder is being checked and created.
userId
Type: System..::.Int32
Id of the user for which the application area folder is being checked and created.

Return Value

Absolute disk path as mapped from virtual directory path of the application area folder for the respective user.

See Also