This property is not supported.

A list of content types from which a conversion handler is able to produce a particular target content type.

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

ToggleSyntax

Visual Basic (Declaration)
Property CmSupportedInputContentTypes As IStringList
C#
IStringList CmSupportedInputContentTypes { get; set; }
Visual C++
property IStringList^ CmSupportedInputContentTypes {
	IStringList^ get ();
	void set (IStringList^ value);
}
JavaScript
function get_cmSupportedInputContentTypes();
function set_cmSupportedInputContentTypes(value);

ToggleRemarks

ToggleSee Also