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


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

Syntax

Visual Basic (Declaration)
Property InputFormats As IStringList
C#
IStringList InputFormats { get; set; }
C++
property IStringList InputFormats abstract  {
    IStringList get();
    void set(IStringList value);
}
J#
/** property */
public IStringList get_InputFormats();

/** property */
public void set_InputFormats(IStringList value);
JScript
public function get InputFormats() : IStringList

public function set InputFormats(value : IStringList);

Remarks

See Also