Specifies whether an object-valued property is permitted to reference an object in another
object store (true) or not (false).
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property AllowsForeignObject As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> AllowsForeignObject { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> AllowsForeignObject { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_allowsForeignObject(); function set_allowsForeignObject(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ