Click or drag to resize
BCExtensionRemoveExtensionFromDocumentType Method
Removes an extension from all documents of the specified document type.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public static void RemoveExtensionFromDocumentType(
	BCEnvironment environment,
	BCComRef extensionRef,
	BCDocumentType type
)

Parameters

environment
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCEnvironment
The environment of the vault.
extensionRef
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCComRef
The extension that needs to be removed.
type
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The document type from which the extension needs to be removed.
See Also