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

Gets the contents of a folder, then returns True/False if the folder is empty or not.

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

Syntax

C#
public bool getFolderDocs(
	int folderId
)
Visual Basic (Declaration)
Public Function getFolderDocs ( _
	folderId As Integer _
) As Boolean
Visual C++
public:
bool getFolderDocs(
	int folderId
)

Parameters

folderId
Type: System..::.Int32
The id of the folder.

Return Value

Flag (True/False)

See Also