Show / Hide Table of Contents

Class ArTarget_List

https://api.appearition.com/TenantName/api/ArTarget/List/0 , where 0 is Channel ID

Inheritance
System.Object
BaseApi
BaseApiPost
ArTarget_List
Inherited Members
BaseApiPost.FormType
BaseApi.IsSuccess
BaseApi.Errors
BaseApi.IsBeingUsed
BaseApi.GetEmsCall
BaseApi.ExtraRequestUrlHeaders
BaseApi.GetRequestExtraHeaders()
BaseApi.ForcedEndPoint
BaseApi.RequiresTenant
BaseApi.ChannelIdOverride
BaseApi.OverrideAuthenticationHeader
BaseApi.AuthenticationOverride
BaseApi.AuthenticationTokenCustomKey
BaseApi.BypassInternetCheck
BaseApi.JsonReplaceKvp
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.ArTargetImageAndMedia.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ArTarget_List : BaseApiPost

Fields

View Source

Data

Declaration
public ArTarget_List.QueryOutcome Data
Field Value
Type Description
ArTarget_List.QueryOutcome

Properties

View Source

ApiVersion

Declaration
public override int ApiVersion { get; }
Property Value
Type Description
System.Int32
Overrides
BaseApi.ApiVersion
View Source

ResponseSaveType

Declaration
public override TypeOfApiStorage ResponseSaveType { get; }
Property Value
Type Description
TypeOfApiStorage
Overrides
BaseApi.ResponseSaveType

Methods

View Source

AreTwoAssetsTheSame(ArTarget, ArTarget)

Declaration
public static bool AreTwoAssetsTheSame(ArTarget oldAsset, ArTarget newAsset)
Parameters
Type Name Description
ArTarget oldAsset
ArTarget newAsset
Returns
Type Description
System.Boolean
View Source

GetCustomOfflineJsonContent(Int32, Object, BaseRequestContent)

Declaration
public override string GetCustomOfflineJsonContent(int channelId, object postBodyIfAny, BaseRequestContent requestContentIfAny)
Parameters
Type Name Description
System.Int32 channelId
System.Object postBodyIfAny
BaseRequestContent requestContentIfAny
Returns
Type Description
System.String
Overrides
BaseApi.GetCustomOfflineJsonContent(Int32, Object, BaseRequestContent)
View Source

UpdateCustomOfflineJsonContent(BaseApi, Int32, Object, BaseRequestContent)

Declaration
public override void UpdateCustomOfflineJsonContent(BaseApi api, int channelId, object postBodyIfAny, BaseRequestContent requestContentIfAny)
Parameters
Type Name Description
BaseApi api
System.Int32 channelId
System.Object postBodyIfAny
BaseRequestContent requestContentIfAny
Overrides
BaseApi.UpdateCustomOfflineJsonContent(BaseApi, Int32, Object, BaseRequestContent)

Extension Methods

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