API reference
API reference
Select your platform
No SDKs available
No versions available

AssetFileDeleteResult Class

An AssetFileDeleteResult contains the result of a deleted asset file. You can delete an asset file by using com.meta.horizon.platform.ovr.requests.AssetFile#deleteById(long assetFileID) or com.meta.horizon.platform.ovr.requests.AssetFile#deleteByName(String assetFileName). The delete result contains the com.meta.horizon.platform.ovr.models.AssetFileDeleteResult#getAssetId(), the file path, and the success status of the deleted asset.

Member Functions

AssetFileDeleteResult
( final long ptr )
Returns
long
Deprecated
You can use com.meta.horizon.platform.ovr.models.AssetFileDeleteResult#getAssetId() to retrieve the ID of the asset file.
File path of the asset file.
Returns
String
You can use this to determine whether deleting an asset file was successful or not.
Returns
boolean
Did you find this page helpful?
Thumbs up icon
Thumbs down icon