Specifies the uniqueness of elements in a multi-valued property or a database index.

For a CmIndexDefinition object, specifies whether an index is unique (true) or not (false).

For all other objects, specifies whether the values of a multi-valued property must be unique (true) or not (false).

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

ToggleSyntax

Visual Basic (Declaration)
Property RequiresUniqueElements As Nullable(Of Boolean)
C#
Nullable<bool> RequiresUniqueElements { get; set; }
Visual C++
property Nullable<bool> RequiresUniqueElements {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_requiresUniqueElements();
function set_requiresUniqueElements(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also