[This is preliminary documentation and is subject to change.]
Gets the virtual folder path corresponding to currently selected group and currently logged in user
where the document will be stored based on the value of level.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GetVirtualFolderOld( int userId, int groupId, int folderId ) |
Visual Basic (Declaration) |
---|
Public Function GetVirtualFolderOld ( _ userId As Integer, _ groupId As Integer, _ folderId As Integer _ ) As String |
Visual C++ |
---|
public: String^ GetVirtualFolderOld( int userId, int groupId, int folderId ) |
Parameters
- userId
- Type: System..::.Int32
The unique id of the user.
- groupId
- Type: System..::.Int32
Id of the group whose virtual folder path has to be retrieved.
- folderId
- Type: System..::.Int32
Id of the folder for which the virtual folder path is being retrieved.