Class AnnotationThumbnailCollectionResult

Inheritance Relationships

Base Type

Class Documentation

class AnnotationThumbnailCollectionResult : public csp::systems::ResultBase

Public Functions

inline AnnotationThumbnailCollectionResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)
inline AnnotationThumbnailCollectionResult(csp::systems::EResultCode ResCode, csp::web::EResponseCodes HttpResCode, csp::systems::ERequestFailureReason Reason)
const csp::common::Map<csp::common::String, csp::systems::Asset> &GetAnnotationThumbnailAssetsMap() const

gets the annotation thumbnails that exist within the conversation.

Returns

const csp::common::Map<csp::common::String, csp::systems::Asset>&

uint64_t GetTotalCount() const

Gets the number of asset thumbnails returned from GetAnnotationThumbnailAssetsMap.

Returns

uint64_t

void ParseAssets(const systems::AssetsResult &Result)