ImportMapFilesHelperImportMapFiles Method

Imports the map or diagram files.

Namespace:  Dundas.BI.WebApi.Utilities
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static IList<Tuple<File, Exception>> ImportMapFiles(
	IList<ImportMapFilesHelperPostedFileInfo> fileCollection,
	Project project,
	Guid parentFolderId
)

Parameters

fileCollection
Type: System.Collections.GenericIListImportMapFilesHelperPostedFileInfo
The file collection containing the maps or diagrams.
project
Type: Dundas.BI.FileSystemProject
The project.
parentFolderId
Type: SystemGuid
The parent folder ID.

Return Value

Type: IListTupleFile, Exception
A list of tuples with the file, or an exception if one occurred.
See Also