'DeclarationPublic Function ImportProjectFile( _ ByVal ll As ListLabel, _ ByVal filePath As String, _ Optional ByVal importData As String, _ Optional ByVal printerConfigFile As String, _ Optional ByVal sketchImageFile As String, _ Optional ByVal folderId As String, _ Optional ByVal repositoryItemId As String, _ Optional ByVal recursive As Boolean _ ) As String
public string ImportProjectFile( ListLabel ll, string filePath, string? importData, string? printerConfigFile, string? sketchImageFile, string? folderId, string? repositoryItemId, bool? recursive )
public: String^ ImportProjectFile( ListLabel^ ll, String^ filePath, String^ importData, String^ printerConfigFile, String^ sketchImageFile, String^ folderId, String^ repositoryItemId, bool recursive )
Parameters
- ll
The List & Label instance that the repository is assigned to.
- filePath
The local path of the file to import.
- importData
- printerConfigFile
Optional. A printer config file assigned to this report project (see also ImportPrinterConfigFile).
- sketchImageFile
Optional. A sketch image file assigned to this report project (see also ImportSketchImageFile).
- folderId
- repositoryItemId
- recursive