A DomainType object that indicates the type of this domain. A DomainType property can have one of the following values:
  • STANDALONE: Indicates that the domain is a stand-alone domain. A stand-alone domain does not allow any tenant domains to be created.
  • MASTER: Indicates that the domain is a master domain. A master domain is operationally the same as a stand-alone domain, but it allows for the optional creation of one or more tenant domains, which share the same physical infrastructure and resources as the master domain.
  • TENANT: Indicates that the domain is a tenant domain. Each tenant domain shares the physical infrastructure and resources of a master domain, but appears to the API to be a stand-alone domain.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DomainType As DomainType
C#
DomainType DomainType { get; }
Visual C++
property DomainType DomainType {
	DomainType get ();
}
JavaScript
function get_domainType();

ToggleRemarks

ToggleSee Also