[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 user. If the folder
does not already exist, it is created.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string CheckUserApplicationFolder( int applicationId, int userId ) |
Visual Basic (Declaration) |
---|
Public Function CheckUserApplicationFolder ( _ applicationId As Integer, _ userId As Integer _ ) As String |
Visual C++ |
---|
public: String^ CheckUserApplicationFolder( int applicationId, int userId ) |
Parameters
- applicationId
- Type: System..::.Int32
Id of the application whose application area folder is being checked and created.
- userId
- Type: System..::.Int32
Id of the user for which the application area folder is being checked and created.