RSS.NET

RssPhotoAlbumCategoryPhotos.Add Method (RssPhotoAlbumCategoryPhoto)

Adds a sepecified photo to this collection.

[Visual Basic]
Overloads Public Function Add( _
   ByVal photo As RssPhotoAlbumCategoryPhoto _
) As Integer
[C#]
public int Add(
   RssPhotoAlbumCategoryPhoto photo
);

Parameters

photo
The photo to add.

Return Value

The zero-based index of the added item.

See Also

RssPhotoAlbumCategoryPhotos Class | Rss Namespace | RssPhotoAlbumCategoryPhotos.Add Overload List