BCExtensionAddExtensionToWPTemplate Method |
Assigns an extension to all work areas created from the specified template.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public static void AddExtensionToWPTemplate(
BCEnvironment environment,
BCComRef extensionRef,
BCWorkPackageTemplate template
)
Public Shared Sub AddExtensionToWPTemplate (
environment As BCEnvironment,
extensionRef As BCComRef,
template As BCWorkPackageTemplate
)
public:
static void AddExtensionToWPTemplate(
BCEnvironment^ environment,
BCComRef^ extensionRef,
BCWorkPackageTemplate^ template
)
static member AddExtensionToWPTemplate :
environment : BCEnvironment *
extensionRef : BCComRef *
template : BCWorkPackageTemplate -> unit
Parameters
- environment
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCEnvironment
The environment of the vault. - extensionRef
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCComRef
The extension that needs to be assigned. - template
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkPackageTemplate
The template of the work areas to which the extension needs to be assigned.
See Also