LocalFileName() public method

Gets or sets the local path of the file to upload.
public LocalFileName ( string path ) : GoogleCode
path string
return GoogleCode
Beispiel #1
0
 public void Validate_ShouldNotThrowException()
 {
     _subject.LocalFileName("c:\\tmp.txt")
     .Password("pass")
     .ProjectName("proj")
     .Summary("summary")
     .TargetFileName("targetName")
     .UserName("username").Validate();
 }