Class UriResult
Defined in File Asset.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
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.
-
inline UriResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)
-
csp::common::String &GetUri()