SvnExportResult Class

Summary

Result for SvnExporter.
Namespace
Cake.Svn.Export
Base Types
  • object
graph TD Base0["object"]-->Type Type["SvnExportResult"] class Type type-node

Syntax

public sealed class SvnExportResult

Constructors

Name Summary
SvnExportResult(long) Initializes a new instance of the SvnExportResult class.

Properties

Name Value Summary
Revision long
Gets the Subversion revision number.
GitHub