C# (CSharp) FlickrNet Namespace

Nested Namespaces

FlickrNet.Exceptions
FlickrNet.Internals

Classes

Name Description
ActivityEvent Summary description for ActivityEvent.
ActivityItem
AllContexts All contexts that a photo is in.
ApiKeyRequiredException
Auth
AuthenticationRequiredException
Blog
BlogService Details of the blog services supported by Flickr. e.g. Twitter, Blogger etc.
BoundaryBox
Cache Internal Cache class
Cache.CacheException
CacheException
CacheItemPersister An interface that knows how to read/write subclasses of ICacheItem. Obviously there will be a tight coupling between concrete implementations of ICacheItem and concrete implementations of ICacheItemPersister.
Cluster A tag cluster (a tag and a group of common sibling tags).
Collection
CollectionInfo Summary description for CollectionInfo.
CollectionSet
Comment Contains the details of a comment made on a photo. returned by the Flickr.PhotosCommentsGetList method.
Contact
Context The context of the current photo, as returned by Flickr.PhotosGetContext, Flickr.PhotosetsGetContext and Flickr.GroupsPoolsGetContext methods.
ContextGroup A group context got a photo.
ContextPhoto The next (or previous) photo in the current context.
ContextSet A set context for a photo.
CsvFile The details of a CSV files containing archived stats available for download from Flickr.
ExceptionHandler A handler that is used to generate an exception from the response sent back by Flickr.
ExifPhoto
ExifTag
FavoriteContext The total number of favorites for a user, along with the next and previous favorite photos.
FavoriteContextPhoto A photo in the context of a favorite. Returned as part of a call to Flickr.FavoritesGetContext(string, string).
Flickr
FlickrApiException
FlickrConfigurationManager
FlickrConfigurationSettings Configuration settings for the Flickr.Net API Library.
FlickrException Generic Flickr.Net Exception.
FlickrResponder
FlickrWebException
FoundUser Contains details of a user
Gallery A user created gallery of other peoples photos.
GalleryPhoto An instance of a photo returned by Flickr.GalleriesGetPhotos(string, PhotoSearchExtras).
GeoPermissions Permissions for the selected photo.
Group Provides details of a particular group.
GroupCategory Contains details of a category, including groups belonging to the category and sub categories.
GroupFullInfo Provides details of a particular group.
GroupInfoRestrictions The restrictions that apply to a group's pool.
GroupThrottleInfo Throttle information about a group (i.e. posting limit)
HotTag A hot tag. Returned by Flickr.TagsGetHotList().
Institution A Flickr Commons institution.
License
LockFile
LockFile.DisposeHelper
Member Details for a Flickr member, as returned by the Flickr.GroupsMembersGetList(string) method.
MemberGroupInfo Information about a group the authenticated user is a member of.
Namespace A machine tag namespace. "namespace:predicate=value".
NoResponse Used by the FlickrNet library when Flickr does not return anything in the body of a response, e.g. for update methods.
Note
OAuthAccessToken
OAuthException An OAuth error occurred when calling one of the OAuth authentication flow methods.
OAuthRequestToken Class containing details of the OAUth request token returned by Flickr.
Pair
PartialSearchOptions Summary description for PartialSearchOptions.
PersistentCache A threadsafe cache that is backed by disk storage. All public methods that read or write state must be protected by the lockFile. Private methods should not acquire the lockFile as it is not reentrant.
PersistentCache.CreationTimeComparer
Person
PersonPhotosSummary
Photo
PhotoCollection
PhotoComment Contains the details of a comment made on a photo. returned by the Flickr.PhotosCommentsGetList method.
PhotoComments Parent object containing details of a photos comments.
PhotoFavorite Details of the favourites for a photo.
PhotoInfo Detailed information returned by Flickr.PhotosGetInfo(string) or Flickr.PhotosGetInfo(string, string) methods.
PhotoInfoEditability
PhotoInfoNote A class containing information about a note on a photo.
PhotoInfoNotes
PhotoInfoOwner
PhotoInfoPermissions
PhotoInfoTag The details of a tag of a photo.
PhotoInfoTags
PhotoInfoUrl The details of a tag of a photo.
PhotoInfoVisibility
PhotoNote Contains the details of a notes made on a photo.
PhotoPermissions Permissions for the selected photo.
PhotoPerson The PhotoPerson class contains details returned by the Flickr.PhotosPeopleGetList method.
PhotoSearchOptions Summary description for PhotoSearchOptions.
Photos
Photoset A set of properties for the photoset.
PhotosetPhotoCollection
Photosets
PictureCacheItem
PictureCacheItemPersister Persists PictureCacheItem objects.
Place Summary description for Place.
PlaceInfo Detailed information about a place. Returned by Flickr.PlacesGetInfo.
PlaceTypeInfo Information about the types of 'places' available from the Flickr API.
PointD A point structure for holding double-floating points precision data.
PopularPhoto Details about a popular photo, including the statistics for its views, comments and favourites for the date.
Predicate A machine tag predicate. "namespace:predicate=value".
PublicGroupInfo Information about public groups for a user.
Response
ResponseCacheItem
ResponseCacheItemPersister
ResponseError
ResponseXmlException
SafeNativeMethods
ShapeData The shape data supplied by Flickr.PlacesGetInfo.
SignatureRequiredException
StatDomain The details of a referring domain. Used in the Flickr Stats API.
StatReferrer The referrer details returned by Flickr.StatsGetCollectionReferrers(DateTime, string, string, int, int), Flickr.StatsGetPhotoReferrers(DateTime, string, string, int, int), Flickr.StatsGetPhotosetReferrers(DateTime, string, string, int, int) and Flickr.StatsGetPhotostreamReferrers(DateTime, string, int, int).
StatViews The number of views of each type that a users account has had for a given date (or overall if no date specified).
Stats
Subcategory Holds details of a sub category, including its id, name and the number of groups in it.
Ticket The status of an upload ticket.
Timezone The timezone.
Twitter
TwitterResponder Flickr library interaction with the web goes in here.
UnknownResponse Contains the raw response from Flickr when an unknown method has been called. Used by Flickr.TestGeneric.
UploadProgressEventArgs Event arguments for a Flickr.OnUploadProgress event.
Uploader
UserGeoPermissions The default privacy level for geographic information attached to the user's photos and whether or not the user has chosen to use geo-related EXIF information to automatically geotag their photos.
UserStatus The upload status of the user, as returned by Flickr.PeopleGetUploadStatus.
UtilityMethods Internal class providing certain utility functions to other classes.
Utils Internal class providing certain utility functions to other classes.
Value A machine tag value and its usage.
VideoInfo Information about a video, as returned by PhotoInfo.VideoInfo.