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

Intializes the folder information in the database with default space related information and also creates a folder for group's application related documents. Does nothing if intialization has already taken place.

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

Syntax

C#
public ReturnStatus SetupGroupApplicationFolder(
	int userId,
	int groupId
)
Visual Basic (Declaration)
Public Function SetupGroupApplicationFolder ( _
	userId As Integer, _
	groupId As Integer _
) As ReturnStatus
Visual C++
public:
ReturnStatus SetupGroupApplicationFolder(
	int userId, 
	int groupId
)

Parameters

userId
Type: System..::.Int32
Id of the user for which the intialization has to be done.
groupId
Type: System..::.Int32
Id of the group for which the intialization has to be done.

Return Value

Enumerated value Utils.ReturnStatus indicating if the operation succeeded or failed. OfficeClip.Utils..::.ReturnStatus

See Also