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)
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);

ToggleRemarks

ToggleSee Also