Specifies a list of input document MIME types supported for this style template.

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

ToggleSyntax

Visual Basic (Declaration)
Property InputFormats As IStringList
C#
IStringList InputFormats { get; set; }
Visual C++
property IStringList^ InputFormats {
	IStringList^ get ();
	void set (IStringList^ value);
}
JavaScript
function get_inputFormats();
function set_inputFormats(value);

ToggleRemarks

ToggleSee Also