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)
Syntaxpublic static IList<Tuple<File, Exception>> ImportMapFiles(
IList<ImportMapFilesHelperPostedFileInfo> fileCollection,
Project project,
Guid parentFolderId
)
Public Shared Function ImportMapFiles (
fileCollection As IList(Of ImportMapFilesHelperPostedFileInfo),
project As Project,
parentFolderId As Guid
) As IList(Of Tuple(Of File, Exception))
public:
static IList<Tuple<File^, Exception^>^>^ ImportMapFiles(
IList<ImportMapFilesHelperPostedFileInfo^>^ fileCollection,
Project^ project,
Guid parentFolderId
)
static member ImportMapFiles :
fileCollection : IList<ImportMapFilesHelperPostedFileInfo> *
project : Project *
parentFolderId : Guid -> IList<Tuple<File, Exception>>
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,
ExceptionA list of tuples with the file, or an exception if one occurred.
See Also