The Folder object for the folder that directly contains this folder.


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

Syntax

Visual Basic (Declaration)
Property Parent As IFolder
C#
IFolder Parent { get; set; }
C++
property IFolder Parent abstract  {
    IFolder get();
    void set(IFolder value);
}
J#
/** property */
public IFolder get_Parent();

/** property */
public void set_Parent(IFolder value);
JScript
public function get Parent() : IFolder

public function set Parent(value : IFolder);

Remarks

See Also