Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VaultBrowserControl and EntityIcon property

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
385 Views, 2 Replies

VaultBrowserControl and EntityIcon property

In my custom application to "Vault Browsing" (derived from the example provided with the SDK for the Vault 2015), if I perform the login "read only" in this way:

Vault.Results.LogInResult results = Vault.Library.ConnectionManager.LogIn(
"MYSERVER", "MYVAULT", "myuser", "mypwd", Vault.Currency.Connections.AuthenticationFlags.ReadOnly, null);

 

instead of:
Vault.Forms.Library.Login(null);

 

everything is ok but

the VaultBrowserControl does not display the image of the icon of the property "EntityIcon" (and also the Vault Status icon).

Inside the column appears only the property description.

Where I'm wrong?

Thank you.

Tags (1)
2 REPLIES 2
Message 2 of 3
smithmat
in reply to: Anonymous

Message 3 of 3
CN1
Explorer
in reply to: smithmat

It works well. Thank you.

 

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

Post to forums  

Autodesk Design & Make Report