BCEnvironmentGetMappedDocumentTypes Method  | 
 
            Returns the collection of all document types that are mapped to the specified extension.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCReadOnlyCollection<BCDocumentType> GetMappedDocumentTypes(
	string extension
)
Public Function GetMappedDocumentTypes ( 
	extension As String
) As BCReadOnlyCollection(Of BCDocumentType)
Parameters
- extension
 - Type: SystemString
The file extension. 
Return Value
Type: 
BCReadOnlyCollectionBCDocumentTypeThe collection of all document types that are mapped to the specified extension.
See Also