Specifies the configuration parameters for a GenericFixedContentDevice object. There is no fixed format for this property, other than it must be a string that the custom implementation of the fixed content provider can understand and parse.

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

ToggleSyntax

Visual Basic (Declaration)
Property ConfigurationParameters As String
C#
string ConfigurationParameters { get; set; }
Visual C++
property String^ ConfigurationParameters {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_configurationParameters();
function set_configurationParameters(value);

ToggleRemarks

ToggleSee Also