Can I Check Out and Check In files from VSS through .NET Code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have requirement in which i have to Check out a particular file of
particular version from the VSS and Check In back to it. I need to do it
through Code. How can I do it? Is there any Assemblies in .NET for this
functionality?
Please Help.
Thanks in Advance.
-Imaya
 
Search the web for command line commands for VSS. PVCS supports command line
stuff so I would expect VSS to also.
 
Back
Top