The type of directory server for the directory server configuration. The value for this property is one of the following:
  • AD (for Microsoft® Active Directory®)
  • ADAM (for Microsoft® Active Directory Application Mode) (Windows 2003) and for Microsoft® Active Directory Lightweight Directory Services (Windows 2008))
  • IBM (for IBM® Tivoli® Directory Server)
  • Novell (for Novell eDirectory)
  • OID (for Oracle Internet Directory)
  • SunOne (for Oracle Directory Server)
  • CA (for Computer Associates eTrust Directory Server)
  • Domino (for Domino Directory Server)
  • RadiantOne (for RadiantOne Directory Server)
  • VMM (for IBM Virtual Member Manager)

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DirectoryServerType As String
C#
string DirectoryServerType { get; }
Visual C++
property String^ DirectoryServerType {
	String^ get ();
}
JavaScript
function get_directoryServerType();

ToggleRemarks

ToggleSee Also