Specifies the maximum size threshold in bytes for embedding content in the C-Clip. By default this value is zero (content is never embedded). The maximum value for this parameter is 102400 (bytes). If a greater value is supplied, it will be reduced to 102400 internally by the Centera provider. Note that this limit is per content element. The overall size of embedded data can exceed this limit if multiple content elements are embedded in a single Clip (up to the maximum size of the C-Clip).


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

Syntax

Visual Basic (Declaration)
Property EmbeddedDataThreshold As Nullable(Of Integer)
C#
Nullable<int> EmbeddedDataThreshold { get; set; }
C++
property Nullable<int> EmbeddedDataThreshold abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_EmbeddedDataThreshold();

/** property */
public void set_EmbeddedDataThreshold(Nullable<intvalue);
JScript
public function get EmbeddedDataThreshold() : Nullable<int>

public function set EmbeddedDataThreshold(value : Nullable<int>);

Remarks

See Also