hi-
I would like to ask if someone here on the board, has been doing some experience
in exporting NX dataset out from TC to a local Windows folder.
I consider to build a program in VB using the command :
Exports all exportable files for the specified dataset(s) to a directory
Public Function ExportFiles ( _
itemIds As String(), _
itemRevisionIds As String(), _
datasetNames As String(), _
datasetTypeNames As String(), _
datasetRelationTypeNames As String(), _
baseDirectoryNames As String(), _
toolNames As String(), _
<OutAttribute> ByRef exportDirectoryNames As String() _
) As Integer()
But I am not sure it can be used to export the NX dataset or it it only can be used to the files "stored" in the Itemrevision in TC.
lklo
I would like to ask if someone here on the board, has been doing some experience
in exporting NX dataset out from TC to a local Windows folder.
I consider to build a program in VB using the command :
Exports all exportable files for the specified dataset(s) to a directory
Public Function ExportFiles ( _
itemIds As String(), _
itemRevisionIds As String(), _
datasetNames As String(), _
datasetTypeNames As String(), _
datasetRelationTypeNames As String(), _
baseDirectoryNames As String(), _
toolNames As String(), _
<OutAttribute> ByRef exportDirectoryNames As String() _
) As Integer()
But I am not sure it can be used to export the NX dataset or it it only can be used to the files "stored" in the Itemrevision in TC.
lklo