Click or drag to resize

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)
Syntax
public BCReadOnlyCollection<BCDocumentType> GetMappedDocumentTypes(
	string extension
)

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