A FolderSet collection object containing the directly-contained Folder objects that are the starting points (children of the root folder) in the container hierarchy.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property TopFolders As IFolderSet
C#
IFolderSet TopFolders { get; }
Visual C++
property IFolderSet^ TopFolders {
	IFolderSet^ get ();
}
JavaScript
function get_topFolders();

ToggleRemarks

ToggleSee Also