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

Gets the folder related information for a particular folder identified by folderId.

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

Syntax

C#
public FolderInfo GetFolderInfo(
	int folderId
)
Visual Basic (Declaration)
Public Function GetFolderInfo ( _
	folderId As Integer _
) As FolderInfo
Visual C++
public:
FolderInfo^ GetFolderInfo(
	int folderId
)

Parameters

folderId
Type: System..::.Int32
Id of the folder for which the information is being retrieved.

Return Value

Instance of the FolderInfo object containing all the information related to a particular folder. OfficeClip.BusinessLayer.Desktop..::.FolderInfo

See Also