/// <summary>
		/// Create a Photobucket destination, which also has the path to the album in it
		/// </summary>
		/// <param name="plugin"></param>
		/// <param name="albumPath">path to the album, null for default</param>
		public PhotobucketDestination(PhotobucketPlugin plugin, string albumPath) {
			this.plugin = plugin;
			this.albumPath = albumPath;
		}
Exemple #2
0
 /// <summary>
 /// Create a Photobucket destination, which also has the path to the album in it
 /// </summary>
 /// <param name="plugin"></param>
 /// <param name="albumPath">path to the album, null for default</param>
 public PhotobucketDestination(PhotobucketPlugin plugin, string albumPath)
 {
     this.plugin    = plugin;
     this.albumPath = albumPath;
 }
 /// <summary>
 /// Create a Photobucket destination, which also has the path to the album in it
 /// </summary>
 /// <param name="plugin"></param>
 /// <param name="albumPath">path to the album, null for default</param>
 public PhotobucketDestination(PhotobucketPlugin plugin, string albumPath)
 {
     _plugin    = plugin;
     _albumPath = albumPath;
 }