Jump to content

Auction Buy items by owner Name


Recommended Posts

Hi,

Look "List<AuctionItem> r = AuctionItem.GetBrowsePageItems()"

public class AuctionItem
{
    public int Id = -1;
    public string Name = string.Empty;
    public int ItemId;
    public int Count;
    public bool IAmHighBidder;
    private int CurrentBidAmount;
    private int MinBid;
    public int BuyoutPrice;
    public string OwnerName = string.Empty;
    public bool IsSold;
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...