Show / Hide Table of Contents

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 Source

Accepts

Declaration
public string Accepts { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ArrayAccepts

Declaration
public JArray ArrayAccepts { get; set; }
Property Value
Type Description
Newtonsoft.Json.Linq.JArray
| Improve this Doc View Source

Height

Declaration
public int? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

IsCrop

Declaration
public bool IsCrop { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Width

Declaration
public int? Width { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾