Class Asset_MediaByAsset
https://api.appearition.com/TenantName/api/Asset/MediaByAsset/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_MediaByAsset : BaseApiGet
Fields
View SourceData
Declaration
public List<MediaFile> Data
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<MediaFile> |
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 SourceGetCustomOfflineJsonContent(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 |