You can create one or more DirectoryConfiguration objects for each FileNet P8 domain. For example, if you have two Active Directory forests to be accessed by the FileNet P8 domain, you must create two Active Directory-specific DirectoryConfiguration objects--one for each forest. To create an instance of the DirectoryConfiguration class, call the type-specific CreateInstance factory method. For example, to create an instance of an Active Directory configuration object, call Factory.DirectoryConfigurationAD.CreateInstance().
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IDirectoryConfiguration _ Implements IEngineObject, ICloneable, IDependentObject |
| C# |
|---|
public interface IDirectoryConfiguration : IEngineObject, ICloneable, IDependentObject |
| Visual C++ |
|---|
public interface class IDirectoryConfiguration : IEngineObject, ICloneable, IDependentObject |
| JavaScript |
|---|
FileNet.Api.Admin.IDirectoryConfiguration = function(); FileNet.Api.Admin.IDirectoryConfiguration.createInterface('FileNet.Api.Admin.IDirectoryConfiguration'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject