Specifies the MIME type of output documents produced by the transformation engine when using this style template (for example, "text/html").


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

Syntax

Visual Basic (Declaration)
Property OutputFormat As String
C#
string OutputFormat { get; set; }
C++
property string OutputFormat abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_OutputFormat();

/** property */
public void set_OutputFormat(string value);
JScript
public function get OutputFormat() : String

public function set OutputFormat(value : String);

Remarks

See Also