[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 group. 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 CheckGroupApplicationFolder(
	int userId,
	int groupId,
	int applicationId
)
Visual Basic (Declaration)
Public Function CheckGroupApplicationFolder ( _
	userId As Integer, _
	groupId As Integer, _
	applicationId As Integer _
) As String
Visual C++
public:
String^ CheckGroupApplicationFolder(
	int userId, 
	int groupId, 
	int applicationId
)

Parameters

userId
Type: System..::.Int32
Unique id of the user.
groupId
Type: System..::.Int32
Id of the group for which the application area folder is being checked and created.
applicationId
Type: System..::.Int32
Id of the application whose 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 group.

See Also