combit List & Label 30 - .NET Help
combit.Reporting.Repository Namespace / RepositoryImportUtil Class / ImportSketchImageFile Method

The List & Label instance that the repository is assigned to.

The local path of the file to import.

Repository Item ID of the parent project.

Optional. A custom string which will be passed back in the CreateOrUpdateItem call.



ImportSketchImageFile Method

Imports a sketch image file to the repository and returns the ID of the created repository item. Once the file is ready and the metadata objects are prepared, internally the repository's CreateOrUpdateItem method is called to store it into the repository.

Syntax
'Declaration
 
Public Function ImportSketchImageFile( _
   ByVal ll As ListLabel, _
   ByVal filePath As String, _
   ByVal parentProjectItemId As String, _
   Optional ByVal userImportData As String, _
   Optional ByVal folderId As String _
) As String
 

Parameters

ll

The List & Label instance that the repository is assigned to.

filePath

The local path of the file to import.

parentProjectItemId

Repository Item ID of the parent project.

userImportData

Optional. A custom string which will be passed back in the CreateOrUpdateItem call.

folderId
Remarks

Note that a sketch image file is specific to a report project, so the parameter parentProjectItemId must be specified.

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also