If you are having a problem using Vault, post a message here.
Moderator: SourceGear
-
oleksa
- Posts: 10
- Joined: Wed Jul 26, 2006 8:33 am
Post
by oleksa » Wed Jul 26, 2006 8:38 am
Hello.
I would like to retrive properties that was specified with properties parameter of ChangeSetItem_CreateFolder (ChangeSetItem_AddFile) constructor.
Could you help me please - how it could be done?
Thank you.
-
jclausius
- Posts: 3706
- Joined: Tue Dec 16, 2003 1:17 pm
- Location: SourceGear
-
Contact:
Post
by jclausius » Wed Jul 26, 2006 12:58 pm
Sorry. The .Properties member of ChangeSetItem (the base class) is a reserved member used strictly by the Vault GUI client.
Setting this member has no bearing on information sent to or received by the
Vault Server.
Jeff Clausius
SourceGear
-
oleksa
- Posts: 10
- Joined: Wed Jul 26, 2006 8:33 am
Post
by oleksa » Thu Jul 27, 2006 12:37 am
It's a pity.
Maybe you could help me? I'd like to save additional information (integer value) with custom Vault client for some files. How this could be done? Is there any custom attributes for each item in the Vault database?
Thank you.
-
jclausius
- Posts: 3706
- Joined: Tue Dec 16, 2003 1:17 pm
- Location: SourceGear
-
Contact:
Post
by jclausius » Sun Jul 30, 2006 8:20 pm
It is not elegant, but about the only thing you could possibly use is the change set item comment. You could use this comment to store information which could later be retrieved with a history query.
Jeff Clausius
SourceGear