Class UploadConfigurations
Inheritance
System.Object
UploadConfigurations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Shared.Models
Assembly: mix.shared.dll
Syntax
public class UploadConfigurations
Properties
| Improve this Doc View SourceAccepts
Declaration
public string Accepts { get; }
Property Value
Type | Description |
---|---|
System.String |
ArrayAccepts
Declaration
public JArray ArrayAccepts { get; set; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JArray |
Height
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsCrop
Declaration
public bool IsCrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |