Click or drag to resize

SearchCustomerReviewsCriteriaReviewStates Property

If filled out limits the returned reviews to these states If list is empty or null then it will default to return only reviews of the state active If orderid and profileid has been filled out new states will automatically returned

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<CustomerReviewStateEnum> ReviewStates { get; set; }

Property Value

Type: IListCustomerReviewStateEnum
See Also