TradeMe.Api.Client.PhotoMethods.MemberPhotos C# (CSharp) Method

MemberPhotos() public method

Performs the Photo Method: Retrieve a list of member photos.

Creates a query string and performs the request.

REQUIRES AUTHENTICATION.

public MemberPhotos ( ) : MemberPhotos
return MemberPhotos
        public MemberPhotos MemberPhotos()
        {
            const string query = Constants.PHOTOS + Constants.XML;

            return MemberPhotos(query);
        }

Same methods

PhotoMethods::MemberPhotos ( string query ) : MemberPhotos