Specifies the type of directory server. The value of this property defaults to the following strings for the directory server types that the FileNet P8 Content Engine supports:

  • 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)
  • Novell (for Novell eDirectory)
  • SunOne (for Sun Java System Directory Server)


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

Syntax

Visual Basic (Declaration)
ReadOnly Property DirectoryServerType As String
C#
string DirectoryServerType { get; }
C++
property string DirectoryServerType abstract  {
    String get();
}
J#
/** property */
public string get_DirectoryServerType();
JScript
public function get DirectoryServerType() : String

Remarks

See Also