Page 1 of 1

VaultFileProperties.SharedPaths

Posted: Mon Jun 01, 2009 3:56 pm
by Nihimon
I'm trying to create an automated process using VaultClientIntegrationLib.

VaultClientOperationsLib.VaultClientFile.GetProperties() returns a VaultLib.VaultFilePropeties object, but the SharedPaths array is null, even when the file in question has Share Links. Is there something extra that must be done to load the Share Links?

I'm positive I'm using the correct VaultClientFile instance, because I'm getting the exact path match and the correct check-in datetime.

Unfortunately, the VaultClientIntegrationLib.chm doesn't cover any of the objects in the VaultClientOperationsLib or the VaultLib.

Re: VaultFileProperties.SharedPaths

Posted: Mon Jun 01, 2009 6:20 pm
by shannon
The VaultFileProperties object you're getting back is only partially populated.

Try using this method ServerOperations.client.ClientInstance.GetSharedPaths

Re: VaultFileProperties.SharedPaths

Posted: Wed Jun 03, 2009 7:42 am
by Nihimon
Thanks, Shannon, that gave me exactly what I needed.

Re: VaultFileProperties.SharedPaths

Posted: Wed Jun 03, 2009 7:52 am
by shannon
Great, let us know if you have any other questions.