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)

Syntax

Visual Basic (Declaration)
Property ConfigurationParameters As String
C#
string ConfigurationParameters { get; set; }
C++
property string ConfigurationParameters abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ConfigurationParameters();

/** property */
public void set_ConfigurationParameters(string value);
JScript
public function get ConfigurationParameters() : String

public function set ConfigurationParameters(value : String);

Remarks

See Also