A DomainType object that indicates the type of this domain. A DomainType property
can have one of the following values:
Namespace:
FileNet.Api.Core- 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property DomainType As DomainType |
C# |
---|
DomainType DomainType { get; } |
Visual C++ |
---|
property DomainType DomainType { DomainType get (); } |
JavaScript |
---|
function get_domainType(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ