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)

ToggleSyntax

Visual Basic (Declaration)
Property OutputFormat As String
C#
string OutputFormat { get; set; }
Visual C++
property String^ OutputFormat {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_outputFormat();
function set_outputFormat(value);

ToggleRemarks

ToggleSee Also