Table of Contents

Class UserRestrictions

Namespace
Si.Srp.Models.Search.Request
Assembly
Si.Srp.Models.Search.dll

Represents the restrictions placed on the user

public sealed class UserRestrictions
Inheritance
UserRestrictions
Inherited Members

Constructors

UserRestrictions()

public UserRestrictions()

Properties

PerformDescriptionHtmlStrip

True if the descriptions should have HTML tags stripped

public bool PerformDescriptionHtmlStrip { get; set; }

Property Value

bool

PerformProductRedaction

True if product redaction should be performed

public bool PerformProductRedaction { get; set; }

Property Value

bool

Query

Product search request query

public ProductSearchRequest Query { get; set; }

Property Value

ProductSearchRequest

UserEmail

The user email

public string UserEmail { get; set; }

Property Value

string

UserId

The user id

public string UserId { get; set; }

Property Value

string