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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property AllowsForeignObject As Nullable(Of Boolean)
C#
Nullable<bool> AllowsForeignObject { get; }
Visual C++
property Nullable<bool> AllowsForeignObject {
	Nullable<bool> get ();
}
JavaScript
function get_allowsForeignObject();

ToggleRemarks

ToggleSee Also