Specifies the folder where the publication document is to be filed.


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

Syntax

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

Remarks

See Also