Assigns an extension to all documents of the specified document type.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public static void AddExtensionToDocumentType( BCEnvironment environment, BCComRef extensionRef, BCDocumentType type ) |
Visual Basic |
---|
Public Shared Sub AddExtensionToDocumentType ( _ environment As BCEnvironment, _ extensionRef As BCComRef, _ type As BCDocumentType _ ) |
Visual C++ |
---|
public: static void AddExtensionToDocumentType( BCEnvironment^ environment, BCComRef^ extensionRef, BCDocumentType^ type ) |
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.
- type
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentType
The document type to which the extension needs to be assigned.