Show / Hide Table of Contents

Class Form_GetFormSyncManifest

https://api.appearition.com/TenantName/api/Form/GetFormSyncManifest/0 , where 0 is Channel ID

Inheritance
System.Object
BaseApi
BaseApiPost
Form_GetFormSyncManifest
Inherited Members
BaseApiPost.FormType
BaseApi.IsSuccess
BaseApi.Errors
BaseApi.IsBeingUsed
BaseApi.GetEmsCall
BaseApi.ApiVersion
BaseApi.ExtraRequestUrlHeaders
BaseApi.GetRequestExtraHeaders()
BaseApi.OverrideAuthenticationHeader
BaseApi.BypassInternetCheck
BaseApi.JsonReplaceKvp
BaseApi.ResponseSaveType
BaseApi.GetCustomOfflineJsonContent(Int32, Object, BaseRequestContent)
BaseApi.UpdateCustomOfflineJsonContent(BaseApi, Int32, Object, BaseRequestContent)
BaseApi.GetJsonFileExtraParams(Object, BaseRequestContent)
BaseApi.GetApiCall<T>(String, String, Int32, BaseRequestContent)
BaseApi.ResetToDefault<T>()
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: Appearition.Form.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Form_GetFormSyncManifest : BaseApiPost

Fields

View Source

Data

Declaration
public FormSyncManifest Data
Field Value
Type Description
FormSyncManifest

Properties

View Source

AuthenticationOverride

Declaration
public override AuthenticationOverrideType AuthenticationOverride { get; }
Property Value
Type Description
AuthenticationOverrideType
Overrides
BaseApi.AuthenticationOverride
View Source

AuthenticationTokenCustomKey

Declaration
public override string AuthenticationTokenCustomKey { get; }
Property Value
Type Description
System.String
Overrides
BaseApi.AuthenticationTokenCustomKey
View Source

ChannelIdOverride

Declaration
public override int? ChannelIdOverride { get; }
Property Value
Type Description
System.Nullable<System.Int32>
Overrides
BaseApi.ChannelIdOverride
View Source

ForcedEndPoint

Declaration
public override string ForcedEndPoint { get; }
Property Value
Type Description
System.String
Overrides
BaseApi.ForcedEndPoint
View Source

RequiresTenant

Declaration
public override bool RequiresTenant { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseApi.RequiresTenant

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX