SvnCheckoutResult Class

Summary

The result of an svn checkout
Namespace
Cake.Svn.Checkout
Base Types
  • object
graph TD Base0["object"]-->Type Type["SvnCheckoutResult"] class Type type-node

Syntax

public sealed class SvnCheckoutResult

Properties

Name Value Summary
Revision long
The Revision of the checked out directory tree.
GitHub