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

Sets up the initial folders

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

Syntax

C#
public void SetupInitialFolders(
	int userId,
	int groupId
)
Visual Basic (Declaration)
Public Sub SetupInitialFolders ( _
	userId As Integer, _
	groupId As Integer _
)
Visual C++
public:
void SetupInitialFolders(
	int userId, 
	int groupId
)

Parameters

userId
Type: System..::.Int32
The unique id of the user
groupId
Type: System..::.Int32
The unique id of the group

See Also