Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Return the files of the folders

4 REPLIES 4
Reply
Message 1 of 5
trafo2009
178 Views, 4 Replies

Return the files of the folders

Hey People

I need create a window to navigation on the vault folders, but i don't find the funtion for this.
att.,
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: trafo2009


Hi trafo2009,

 

Were you looking for this?

Via Vault Explorer, select any vaulted file, RMB
> Go to working folder.

 

Let us know if this is not the case.

 

 

Rgds,

Chear Huat.


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hey
People I need create a window to navigation on the vault folders, but i don't
find the funtion for this. att.,
Message 3 of 5
trafo2009
in reply to: trafo2009

Hello Chear Huat,
I am programming an application in C#, objectRX + windows forms.

The idea of developing some tools (2) whom they make CheckIn and CheckOut, without using the available ones shears autosdesk in order that the user has the minimum of work. Besides working with few licenses and avoiding of the users forget of LogOff.

About this problem i decides using TreeViews. \o/

But falls in another problem. What is a command of CheckOut

code:

file_id = long.Parse(GridFiles[GridFiles.Selection.ActivePosition.Row, 0].Value.ToString());
folder_id = long.Parse(treeFolders.SelectedNode.Name);

FrmLogin.docSvc.CheckoutFile( folder_id, file_id, "MachineDarcy","D:\\", "Checkout", true, true, out bytes);

These commands return the error 1013: 'Cannot get file (file id is invalid).'. But theses variables are correct.

Att.,
Darcy Buss Neto
Develop Edited by: trafo2009 on Mar 2, 2009 8:26 PM
Message 4 of 5
Anonymous
in reply to: trafo2009

This sounds like youre trying to automate the check in and check out of
files using your own interface to Productsream/Vault Explorer?

I'd avoid this if at all possible as checking in files through Vault
Explorer should be avoided as it will not keep links to related files.

-Hywell


trafo2009 wrote:
> Hello Chear Huat, I am programming an application in C#, objectRX +
> windows forms. The idea of developing some tools (2) whom they make
> CheckIn and CheckOut, without using the available ones shears autosdesk
> in order that the user has the minimum of work. Besides working with few
> licenses and avoiding of the users forget of LogOff. About this problem
> i decides using TreeViews. \o/ But falls in another problem. What is a
> command of CheckOut code: file_id =
> long.Parse(GridFiles[GridFiles.Selection.ActivePosition.Row,
> 0].Value.ToString()); folder_id =
> long.Parse(treeFolders.SelectedNode.Name); FrmLogin.docSvc.CheckoutFile(
> folder_id, file_id, "MachineDarcy","D:\\", "Checkout", true, true, out
> bytes); These commands return the error 1013: 'Cannot get file (file id
> is invalid).'. But theses variables are correct. Att., Darcy Buss Neto
> Develop Edited by: trafo2009 on Mar 2, 2009 8:26 PM
Message 5 of 5
trafo2009
in reply to: trafo2009

Hello Hywell,
I will be going to try to do so. the Check Out gave right.
I am going to see how the checking works.

On the VaultExplorer, I used TreeView.


Darcy Buss Neto

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums