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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ