Class Job_SubmitJobFormFile
  
  
  
  
    Inheritance
    System.Object
    
    
    Job_SubmitJobFormFile
   
  
    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()
    
   
  
  Assembly: Appearition.SDK.dll
  
  
    [Serializable]
public class Job_SubmitJobFormFile : BaseApiPost
   
  Fields
  
  
  
    View Source
  
  
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
    View Source
  
  
  
  
  Declaration
  
    [NonSerialized]
public string FieldKey
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
    View Source
  
  
  
  
  Declaration
  
    [NonSerialized]
public string FormKey
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
    View Source
  
  
  
  
  Declaration
  
    [NonSerialized]
public string JobId
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
    View Source
  
  
  
  
  Declaration
  
    [NonSerialized]
public string ProjectId
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
    View Source
  
  
  
  
  Declaration
  
    [NonSerialized]
public string SiteId
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Properties
  
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override AuthenticationOverrideType AuthenticationOverride { get; }
   
  Property Value
  
  Overrides
  
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override string AuthenticationTokenCustomKey { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override int? ChannelIdOverride { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Int32> | 
         | 
      
    
  
  Overrides
  
  
  
    View Source
  
  
  
  
  
  Declaration
  
    protected override Dictionary<string, string> ExtraRequestUrlHeaders { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.Dictionary<System.String, System.String> | 
         | 
      
    
  
  Overrides
  
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override string ForcedEndPoint { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override TypeOfPost FormType { get; }
   
  Property Value
  
  Overrides
  
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public override bool RequiresTenant { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides
  
  Extension Methods