A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class LocationRuleElement

Represents location rule element.

Inheritance
System.Object
LocationRuleElement
Namespace: Mediachase.Commerce.Assets.Configuration
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class LocationRuleElement : ConfigurationElement

Constructors

LocationRuleElement()

Declaration
public LocationRuleElement()

Properties

DownloadProfile

Gets or sets the download profile.

Declaration
public string DownloadProfile { get; set; }
Property Value
Type Description
System.String

The download profile.

Extension

Gets or sets the extension.

Declaration
public string Extension { get; set; }
Property Value
Type Description
System.String

The extension.

MaxSize

Gets or sets the size of the max.

Declaration
public string MaxSize { get; set; }
Property Value
Type Description
System.String

The size of the max.

MimeType

Gets or sets the type of the MIME.

Declaration
public string MimeType { get; set; }
Property Value
Type Description
System.String

The type of the MIME.

StorageProvider

Gets or sets the storage provider.

Declaration
public string StorageProvider { get; set; }
Property Value
Type Description
System.String

The storage provider.