Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

FileManagement Class

Status
Not open for further replies.

lklo

Industrial
Joined
Nov 24, 2010
Messages
226
Location
DK
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

 
 http://files.engineering.com/getfile.aspx?folder=35c6a47d-301c-4ac6-a2b1-f43b53ae36be&file=FileManagement_Class.pptx
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top