Content integrity options are supported only on advanced storage areas. The options cannot be set on file, fixed, and database storage areas.

Specifies content validation on a storage area with a bitmask of [!:FileNet.Api.Constants.CmContentIntegrityOptions] values. Depending on the options specified, the server validates on content creation, content retrieval, and when the validateContent method is invoked on IStorageArea.

For advanced storage areas, options are provided for auto-repair of invalid content.

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

ToggleSyntax

Visual Basic (Declaration)
Property CmContentIntegrityOptions As Nullable(Of Integer)
C#
Nullable<int> CmContentIntegrityOptions { get; set; }
Visual C++
property Nullable<int> CmContentIntegrityOptions {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_cmContentIntegrityOptions();
function set_cmContentIntegrityOptions(value);

ToggleRemarks

ToggleSee Also