Removes an extension from all work areas created from the specified template.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public static void RemoveExtensionFromWPTemplate( 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 removed.
- template
- Type: BlueCieloECM.InnoCielo.Meridian.Server BCWorkPackageTemplate
The template of the work areas from which the extension needs to be removed.
See Also