BatchBook.Location.ListByPerson C# (CSharp) Method

ListByPerson() public static method

public static ListByPerson ( int personId ) : BatchBook.Location[]
personId int
return BatchBook.Location[]
        public static Location[] ListByPerson(int personId)
        {
            return ListByPerson(Util.DefaultApiKey, personId);
        }

Same methods

Location::ListByPerson ( string apiKey, int personId ) : BatchBook.Location[]