Returns the collection of all document types that are mapped to the specified extension.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public BCReadOnlyCollection<BCDocumentType> GetMappedDocumentTypes( string extension ) |
| Visual Basic |
|---|
Public Function GetMappedDocumentTypes ( _ extension As String _ ) As BCReadOnlyCollection(Of BCDocumentType) |
| Visual C++ |
|---|
public: BCReadOnlyCollection<BCDocumentType^>^ GetMappedDocumentTypes( String^ extension ) |
Parameters
- extension
- Type: System..::..String
The file extension.