Click or drag to resize

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

Parameters

extension
Type: SystemString
The file extension.

Return Value

Type: BCReadOnlyCollectionBCDocumentType
The collection of all document types that are mapped to the specified extension.
See Also