|
|
|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
Assigns an extension to all documents of a document type.
Sub AddExtensionToDocumentType(
Environment As AMEDMEnvironment,
ExtensionRef As AMComRef,
DocumentType As AMDocumentType,
[ProgID As String])
| Name | Description |
|---|---|
|
Environment |
A reference to the environment object of the vault |
|
ExtensionRef |
The extension that needs to be assigned |
|
DocumentType |
The document type to which the extension is assigned |
|
ProgID |
Reserved. See “About reserved objects, methods, and properties.” |
The functionality of the extension may depend on another extension being available. In this case, you can use the optional ProgID argument. It should describe the other extension component (<LibraryName>.<ClassName>).
Related information
AddExtensionToWPTemplate method
|
Copyright © 2000-2012 BlueCielo ECM Solutions |