The automatically-created Folder object representing the root of the container hierarchy associated with this object store


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

Syntax

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

Remarks

See Also