RSS.NET

RssPhotoAlbumCategoryPhotoPeople.Add Method (String)

Add a person to the photo

[Visual Basic]
Overloads Public Function Add( _
   ByVal value As String _
) As Integer
[C#]
public int Add(
   string value
);

Parameters

value
Name of person

Return Value

The zero-based index of the added item

See Also

RssPhotoAlbumCategoryPhotoPeople Class | Rss Namespace | RssPhotoAlbumCategoryPhotoPeople.Add Overload List