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

Gets the id of the root folder.

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

Syntax

C#
public int GetFolderRootId(
	int rootFolderId,
	bool isGroupFolder,
	int groupId,
	int userId
)
Visual Basic (Declaration)
Public Function GetFolderRootId ( _
	rootFolderId As Integer, _
	isGroupFolder As Boolean, _
	groupId As Integer, _
	userId As Integer _
) As Integer
Visual C++
public:
int GetFolderRootId(
	int rootFolderId, 
	bool isGroupFolder, 
	int groupId, 
	int userId
)

Parameters

rootFolderId
Type: System..::.Int32
Id of the folder for which the root folderId needs to be obtained.
isGroupFolder
Type: System..::.Boolean
Flag (True/False) indicating whether the folder is a group folder.
groupId
Type: System..::.Int32
Id of the group.
userId
Type: System..::.Int32
Id of the user.

Return Value

See Also