Advanced Customization > Info*Engine User’s Guide > Info*Engine Packages > Providing LDAP Directory Information > Property Definitions
  
Property Definitions
The following properties can be specified in either a .delegateInfo properties file or a task. For details on the specification format for either method, refer to the appropriate section below:
repositoryType
Specifies the repository type that type identifiers and delegates are created under. This property should not be specified unless the application belongs to a product that has defined a repository type other than “com.ptc.windchill.” Installation tools determine the appropriate repository type based on the repository the package is being installed under. Installations typically have a repository type of “com.ptc.windchill.”
typeId
Specifies the type identifier under which delegates are created. If this property is not specified, then the installation tool determines the type identifier by the task directory hierarchy. For example, a task residing in the “org/myOrg/Person” directory is assumed to have a type identifier of “org.myOrg.Person.”
delegateName
Specifies the name of a task delegate. This property should only be specified in a task, and then only if the task filename (minus the .xml extension) differs from the name of the command delegate being created.
installDelegate
Specifies whether a single delegate or group of delegates should be installed in the LDAP directory. The value of this property is boolean. This property is useful for utility tasks that are never directly called by an application, and thus requires no delegate entry in the LDAP directory. While creating a delegate for a task that is never externally invoked does not interfere with the directory structure, avoiding the creation of such delegates keeps the LDAP directory contents cleaner. Specify FALSE to prevent delegates from being created. The default for this property is TRUE.