Class UserRestrictions
Represents the restrictions placed on the user
Constructors
UserRestrictions()
Declaration
public UserRestrictions()
Properties
PerformDescriptionHtmlStrip
True if the descriptions should have HTML tags stripped
Declaration
public bool PerformDescriptionHtmlStrip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PerformProductRedaction
True if product redaction should be performed
Declaration
public bool PerformProductRedaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Query
Product search request query
Declaration
public ProductSearchRequest Query { get; set; }
Property Value
Type | Description |
---|---|
ProductSearchRequest |
UserEmail
The user email
Declaration
public string UserEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
The user id
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |