Skip to content

pacx customapi bind

github-actions[bot] edited this page Jun 16, 2026 · 1 revision

Binds a Dataverse Custom API to a plugin by setting its PluginTypeId lookup.

Usage

Bind a Custom API to a plugin type (the plugin must already be registered in Dataverse):

pacx customapi bind -a nn_GregSum -p MyNamespace.GregSumPlugin

If the same plugin type name exists in multiple assemblies, disambiguate with --assembly:

pacx customapi bind -a nn_GregSum -p MyNamespace.GregSumPlugin --assembly MyAssembly

Use pacx plugin list to find the exact registered type name before binding.

Arguments

Long Name Short Name Required? Description Default value Valid values
api a Y Unique name of the Custom API (e.g. nn_GregSum). - String
plugin p Y Full type name of the plugin as registered in Dataverse (e.g. MyNamespace.GregSumPlugin). - String
assembly N Assembly name, required only when the plugin type name is ambiguous across assemblies. - String

Command list

Clone this wiki locally