C# Class FlickrSync.SyncItem

Mostrar archivo Open project: vboctor/FlickrSync Class Usage Examples

Public Properties

Property Type Description
Action Actions
Description string
Filename string
FolderPath string
GeoLat double?
GeoLong double?
NoDeleteTags bool
Permission FlickrSync.Permissions
PhotoId string
SetDescription string
SetId string
SetTitle string
Tags System.Collections.ArrayList
Title string
item_id int

Property Details

Action public_oe property

public Actions Action
return Actions

Description public_oe property

public string Description
return string

Filename public_oe property

public string Filename
return string

FolderPath public_oe property

public string FolderPath
return string

GeoLat public_oe property

public double? GeoLat
return double?

GeoLong public_oe property

public double? GeoLong
return double?

NoDeleteTags public_oe property

public bool NoDeleteTags
return bool

Permission public_oe property

public FlickrSync.Permissions Permission
return FlickrSync.Permissions

PhotoId public_oe property

public string PhotoId
return string

SetDescription public_oe property

public string SetDescription
return string

SetId public_oe property

public string SetId
return string

SetTitle public_oe property

public string SetTitle
return string

Tags public_oe property

public ArrayList,System.Collections Tags
return System.Collections.ArrayList

Title public_oe property

public string Title
return string

item_id public_oe property

public int item_id
return int