Class UserRestrictions
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
PerformProductRedaction
True if product redaction should be performed
public bool PerformProductRedaction { get; set; }
Property Value
Query
Product search request query
public ProductSearchRequest Query { get; set; }
Property Value
UserEmail
The user email
public string UserEmail { get; set; }
Property Value
UserId
The user id
public string UserId { get; set; }