[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.DesktopAssembly: 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.