BuildMaster SDK Reference
Version:
GetExtensionConfigurer(object component) Method
Returns the configurer for the extension of the specified component.
Syntax
public
static
Inedo.BuildMaster.Extensibility.Configurers.Extension.ExtensionConfigurerBase GetExtensionConfigurer(object component)
Parameters
- component
- Type: object
Returns
Configurer for the component extension if one is available; otherwise null (Nothing in Visual Basic).
Exceptions
System.ArgumentNullException
|
component is null (Nothing in Visual Basic).
|