BCEnvironment.GetMappedDocumentTypes 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: System.String
The file extension.
Return Value
Type:
BCReadOnlyCollection<BCDocumentType>The collection of all document types that are mapped to the specified extension.
See Also