Class SVNFileSystemSession
Provides SVN file system connection session
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.IO.FileSystem.SVN
Assembly: NFX.Web.dll
Syntax
public sealed class SVNFileSystemSession : FileSystemSession, IDisposable, INamed
  Properties
LatestVersion
Declaration
public override IFileSystemVersion LatestVersion { get; }
  Property Value
| Type | Description | 
|---|---|
| IFileSystemVersion | 
Overrides
ServerURL
SVN Server URL i.e. 'http://assembla.com/svn/myRepository'
Declaration
public string ServerURL { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UserID
Extracts user ID from User
Declaration
public string UserID { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UserPassword
Extracts user Password from User
Declaration
public string UserPassword { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Version
Declaration
public override IFileSystemVersion Version { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IFileSystemVersion | 
Overrides
WebDAV
Declaration
public WebDAV WebDAV { get; }
  Property Value
| Type | Description | 
|---|---|
| WebDAV | 
Methods
GetVersions(IFileSystemVersion, Int32)
Declaration
public override IEnumerable<IFileSystemVersion> GetVersions(IFileSystemVersion from, int countBack)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IFileSystemVersion | from | |
| System.Int32 | countBack | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<IFileSystemVersion> | 
Overrides
ValidateConnectParams(FileSystemSessionConnectParams)
Declaration
protected override void ValidateConnectParams(FileSystemSessionConnectParams cParams)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FileSystemSessionConnectParams | cParams | 
Overrides
Implements
      System.IDisposable