Class Asset_List
https://api.appearition.com/TenantName/api/Asset/List/0 , where 0 is Channel ID
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: Appearition.ArTargetImageAndMedia.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Asset_List : BaseApiPost
  Fields
View SourceData
Declaration
public Asset_List.QueryOutcome Data
  Field Value
| Type | Description | 
|---|---|
| Asset_List.QueryOutcome | 
Properties
View SourceApiVersion
Declaration
public override int ApiVersion { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
View SourceResponseSaveType
Declaration
public override TypeOfApiStorage ResponseSaveType { get; }
  Property Value
| Type | Description | 
|---|---|
| TypeOfApiStorage | 
Overrides
Methods
View SourceAreTwoAssetsTheSame(Asset, Asset)
Declaration
public static bool AreTwoAssetsTheSame(Asset oldAsset, Asset newAsset)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Asset | oldAsset | |
| Asset | newAsset | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
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
View SourceUpdateCustomOfflineJsonContent(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 |