A collection of all Realm objects for the EntireNetwork object.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property AllRealms As IRealmSet
C#
IRealmSet AllRealms { get; }
Visual C++
property IRealmSet^ AllRealms {
	IRealmSet^ get ();
}
JavaScript
function get_allRealms();

ToggleRemarks

ToggleSee Also