Assigns an extension to all work areas created from the specified template.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public static void AddExtensionToWPTemplate(
	BCEnvironment environment,
	BCComRef extensionRef,
	BCWorkPackageTemplate template
)
Visual Basic
Public Shared Sub AddExtensionToWPTemplate ( _
	environment As BCEnvironment, _
	extensionRef As BCComRef, _
	template As BCWorkPackageTemplate _
)
Visual C++
public:
static void AddExtensionToWPTemplate(
	BCEnvironment^ environment, 
	BCComRef^ extensionRef, 
	BCWorkPackageTemplate^ template
)

Parameters

environment
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCEnvironment
The environment of the vault.
extensionRef
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCComRef
The extension that needs to be assigned.
template
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkPackageTemplate
The template of the work areas to which the extension needs to be assigned.

See Also