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