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: 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.

Return Value

The collection of all document types that are mapped to the specified extension.

See Also