C# Class FlickrSync.RemoteInfo

Afficher le fichier Open project: vboctor/FlickrSync Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Flickr_OnUploadProgress ( object sender, UploadProgressEventArgs e ) : void

Method Details

ClearProgress() public méthode

public ClearProgress ( ) : void
Résultat void

CreateSet() public méthode

public CreateSet ( string title, string description, string photoid ) : Photoset
title string
description string
photoid string
Résultat FlickrNet.Photoset

DeletePicture() public méthode

public DeletePicture ( string photoid ) : void
photoid string
Résultat void

GetAllSets() public méthode

public GetAllSets ( ) : FlickrNet.Photoset[]
Résultat FlickrNet.Photoset[]

GetPhotoset() public méthode

public GetPhotoset ( string SetId ) : Photoset
SetId string
Résultat FlickrNet.Photoset

GetPhotosetEditURL() public méthode

public GetPhotosetEditURL ( string SetId ) : string
SetId string
Résultat string

GetPhotosetTitle() public méthode

public GetPhotosetTitle ( string SetId ) : string
SetId string
Résultat string

GetPhotosetURL() public méthode

public GetPhotosetURL ( string SetId ) : string
SetId string
Résultat string

GetSet() public méthode

public GetSet ( string SetId ) : Photoset
SetId string
Résultat FlickrNet.Photoset

MaxFileSize() public méthode

public MaxFileSize ( ) : long
Résultat long

PhotoThumbnail() public méthode

public PhotoThumbnail ( string photoid ) : Stream
photoid string
Résultat Stream

PhotosetThumbnail() public méthode

public PhotosetThumbnail ( Photoset ps ) : Image
ps FlickrNet.Photoset
Résultat Image

PhotosetThumbnail() public méthode

public PhotosetThumbnail ( string SetId ) : Image
SetId string
Résultat Image

PhotosetsAddPhoto() public méthode

public PhotosetsAddPhoto ( string setid, string photoid ) : void
setid string
photoid string
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

RemoteInfo() public méthode

public RemoteInfo ( ) : System
Résultat System

ReplacePicture() public méthode

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
Résultat string

SetPhotos() public méthode

public SetPhotos ( string SetId ) : FlickrNet.Photo[]
SetId string
Résultat FlickrNet.Photo[]

SetProgress() public méthode

public SetProgress ( SetProgressType p ) : void
p SetProgressType
Résultat void

SortSet() public méthode

public SortSet ( string setid, string ids ) : void
setid string
ids string
Résultat void

UploadPicture() public méthode

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
Résultat string

User() public méthode

public User ( ) : string
Résultat string

UserId() public méthode

public UserId ( ) : string
Résultat string