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

Gets the parentId of the current folderId.

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

Syntax

C#
protected int GetParentId(
	int folderId
)
Visual Basic (Declaration)
Protected Function GetParentId ( _
	folderId As Integer _
) As Integer
Visual C++
protected:
int GetParentId(
	int folderId
)

Parameters

folderId
Type: System..::.Int32
Id of the folder.

Return Value

Id of the folder's parent folder.

See Also