C# Class SparkleLib.SparkleFolder

Show file Open project: brandondahler/SparkleShare Class Usage Examples

Public Properties

Property Type Description
Name string
RemoteAddress System.Uri

Public Methods

Method Description
SparkleFolder ( string name ) : System

Method Details

SparkleFolder() public method

public SparkleFolder ( string name ) : System
name string
return System

Property Details

Name public property

public string Name
return string

RemoteAddress public property

public Uri,System RemoteAddress
return System.Uri