C# Class FlickrSync.SyncItem

Show file 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 property

public Actions Action
return Actions

Description public property

public string Description
return string

Filename public property

public string Filename
return string

FolderPath public property

public string FolderPath
return string

GeoLat public property

public double? GeoLat
return double?

GeoLong public property

public double? GeoLong
return double?

NoDeleteTags public property

public bool NoDeleteTags
return bool

Permission public property

public FlickrSync.Permissions Permission
return FlickrSync.Permissions

PhotoId public property

public string PhotoId
return string

SetDescription public property

public string SetDescription
return string

SetId public property

public string SetId
return string

SetTitle public property

public string SetTitle
return string

Tags public property

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

Title public property

public string Title
return string

item_id public property

public int item_id
return int