ListTypes Command

Lists all of the artifact types that you can add to BizTalk Server by using the AddResource command. For more information about the AddResource command, see AddResource Command.

The fully qualified names of the supported artifact types are as follows:

  • .NET assembly: System.BizTalk:Assembly

  • BAM definition: System.BizTalk:Bam

  • BizTalk assembly: System.BizTalk:BizTalkAssembly

  • BizTalk binding file: System.BizTalk:BizTalkBinding

  • Security certificate: System.BizTalk:Certificate

  • COM component: System.BizTalk:Com

  • Ad hoc file: System.BizTalk:File

  • Postprocessing script: System.BizTalk:PostProcessingScript

  • Preprocessing script: System.BizTalk:PreProcessingScript

  • Policy or rule: System.BizTalk:Rules

  • Virtual directory: System.BizTalk:WebDirectory

Note

To avoid namespace conflicts, you should always use the full type name (such as System.BizTalk:Assembly) rather than the type name alone (such as Assembly).

Usage

BTSTask ListTypes

See Also

BTSTask Command-Line Reference