This property is not supported.

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

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

ToggleSyntax

Visual Basic (Declaration)
Property CmUnsupportedInputContentTypes As IStringList
C#
IStringList CmUnsupportedInputContentTypes { get; set; }
Visual C++
property IStringList^ CmUnsupportedInputContentTypes {
	IStringList^ get ();
	void set (IStringList^ value);
}
JavaScript
function get_cmUnsupportedInputContentTypes();
function set_cmUnsupportedInputContentTypes(value);

ToggleRemarks

ToggleSee Also