C# Class FlickrSync.RemoteInfo

Mostrar archivo Open project: vboctor/FlickrSync Class Usage Examples

Public Methods

Method Description
ClearProgress ( ) : void
CreateSet ( string title, string description, string photoid ) : Photoset
DeletePicture ( string photoid ) : void
GetAllSets ( ) : FlickrNet.Photoset[]
GetPhotoset ( string SetId ) : Photoset
GetPhotosetEditURL ( string SetId ) : string
GetPhotosetTitle ( string SetId ) : string
GetPhotosetURL ( string SetId ) : string
GetSet ( string SetId ) : Photoset
MaxFileSize ( ) : long
PhotoThumbnail ( string photoid ) : Stream
PhotosetThumbnail ( Photoset ps ) : Image
PhotosetThumbnail ( string SetId ) : Image
PhotosetsAddPhoto ( string setid, string photoid ) : void
Reload ( ) : void
RemoteInfo ( ) : System
ReplacePicture ( string filename, string photoid, string title, string caption, ArrayList tags, FlickrSync permission, bool NoDeleteTags, double GeoLat, double GeoLong ) : string
SetPhotos ( string SetId ) : FlickrNet.Photo[]
SetProgress ( SetProgressType p ) : void
SortSet ( string setid, string ids ) : void
UploadPicture ( string filename, string title, string description, ArrayList tags, FlickrSync permission ) : string
User ( ) : string
UserId ( ) : string

Private Methods

Method Description
Flickr_OnUploadProgress ( object sender, UploadProgressEventArgs e ) : void

Method Details

ClearProgress() public method

public ClearProgress ( ) : void
return void

CreateSet() public method

public CreateSet ( string title, string description, string photoid ) : Photoset
title string
description string
photoid string
return FlickrNet.Photoset

DeletePicture() public method

public DeletePicture ( string photoid ) : void
photoid string
return void

GetAllSets() public method

public GetAllSets ( ) : FlickrNet.Photoset[]
return FlickrNet.Photoset[]

GetPhotoset() public method

public GetPhotoset ( string SetId ) : Photoset
SetId string
return FlickrNet.Photoset

GetPhotosetEditURL() public method

public GetPhotosetEditURL ( string SetId ) : string
SetId string
return string

GetPhotosetTitle() public method

public GetPhotosetTitle ( string SetId ) : string
SetId string
return string

GetPhotosetURL() public method

public GetPhotosetURL ( string SetId ) : string
SetId string
return string

GetSet() public method

public GetSet ( string SetId ) : Photoset
SetId string
return FlickrNet.Photoset

MaxFileSize() public method

public MaxFileSize ( ) : long
return long

PhotoThumbnail() public method

public PhotoThumbnail ( string photoid ) : Stream
photoid string
return Stream

PhotosetThumbnail() public method

public PhotosetThumbnail ( Photoset ps ) : Image
ps FlickrNet.Photoset
return Image

PhotosetThumbnail() public method

public PhotosetThumbnail ( string SetId ) : Image
SetId string
return Image

PhotosetsAddPhoto() public method

public PhotosetsAddPhoto ( string setid, string photoid ) : void
setid string
photoid string
return void

Reload() public method

public Reload ( ) : void
return void

RemoteInfo() public method

public RemoteInfo ( ) : System
return System

ReplacePicture() public method

public ReplacePicture ( string filename, string photoid, string title, string caption, ArrayList tags, FlickrSync permission, bool NoDeleteTags, double GeoLat, double GeoLong ) : string
filename string
photoid string
title string
caption string
tags System.Collections.ArrayList
permission FlickrSync
NoDeleteTags bool
GeoLat double
GeoLong double
return string

SetPhotos() public method

public SetPhotos ( string SetId ) : FlickrNet.Photo[]
SetId string
return FlickrNet.Photo[]

SetProgress() public method

public SetProgress ( SetProgressType p ) : void
p SetProgressType
return void

SortSet() public method

public SortSet ( string setid, string ids ) : void
setid string
ids string
return void

UploadPicture() public method

public UploadPicture ( string filename, string title, string description, ArrayList tags, FlickrSync permission ) : string
filename string
title string
description string
tags System.Collections.ArrayList
permission FlickrSync
return string

User() public method

public User ( ) : string
return string

UserId() public method

public UserId ( ) : string
return string