Search found 4 matches

by cmccown
Wed Jun 10, 2009 12:33 pm
Forum: Questions (API)
Topic: ProcessCommandHistory path
Replies: 6
Views: 8803

Re: ProcessCommandHistory path

Yes, that worked. I also changed all instances of string.Empty to null. It works now.

Thanks.
by cmccown
Wed Jun 10, 2009 10:33 am
Forum: Questions (API)
Topic: ProcessCommandHistory path
Replies: 6
Views: 8803

Re: ProcessCommandHistory path

After further research, the issue seems to be trying to read from any folder more than 3 levels down. No matter the folder name, I get "1209 : FailInvalidObjID". The method call I'm using is: VaultHistoryItem[] item = ServerOperations.ProcessCommandHistory("$/A-to-Z/_Branches/AlertSer...
by cmccown
Wed Jun 10, 2009 9:50 am
Forum: Questions (API)
Topic: ProcessCommandHistory path
Replies: 6
Views: 8803

Re: ProcessCommandHistory path

I'm passing it in as a hard coded string, for testing purposes, so there are quotes around it. I even tried putting quotes in the quotes, as in "\"$/Branches/2009.08 - EIS\"", but it really didn't like that :-)
by cmccown
Wed Jun 10, 2009 9:43 am
Forum: Questions (API)
Topic: ProcessCommandHistory path
Replies: 6
Views: 8803

ProcessCommandHistory path

I'm currently trying to use this method to allow users to select a folder and then run a search in that folder. This is the path I'm using as a test: $/Branches/2009.08 - EIS If I just search using the path $/Branches, it works. It's the 2009.08 - EIS that isn't working. When I try searching on this...