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)

Syntax

Visual Basic (Declaration)
ReadOnly Property TopFolders As IFolderSet
C#
IFolderSet TopFolders { get; }
C++
property IFolderSet TopFolders abstract  {
    IFolderSet get();
}
J#
/** property */
public IFolderSet get_TopFolders();
JScript
public function get TopFolders() : IFolderSet

Remarks

See Also