Class UriResult

Inheritance Relationships

Base Type

Class Documentation

class UriResult : public csp::systems::ResultBase

Data class used to contain information when attempting to upload an asset.

Public Functions

csp::common::String &GetUri()

Retrieves the uri for the asset uploaded.

Returns

csp::common::String : uri of the uploaded asset.

const csp::common::String &GetUri() const

Retrieves the uri for the asset uploaded.

Returns

csp::common::String : uri of the uploaded asset.

void SetUri(const csp::common::String &Value)
inline UriResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)

Protected Functions

UriResult() = delete
inline UriResult(void*)