[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 currently logged in users'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 SetupUserApplicationFolder( int userId ) |
| Visual Basic (Declaration) |
|---|
Public Function SetupUserApplicationFolder ( _ userId As Integer _ ) As ReturnStatus |
| Visual C++ |
|---|
public: ReturnStatus SetupUserApplicationFolder( int userId ) |
Parameters
- userId
- Type: System..::.Int32
Id of the user for which the application folder is setup.
