A FolderSet collection object containing the Folder objects for the directly-contained child folders of this Folder. Any referentially-contained child folders are not included in the collection.


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

Syntax

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

Remarks

See Also