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 AssetFile.DeleteById() or AssetFile.DeleteByName(). The delete result contains the AssetFileDeleteResult::AssetId, the file path, and the success status of the deleted asset.

Fields

Deprecated
You can use AssetFileDeleteResult::AssetId to retrieve the ID of the asset file.
This represents the ID of the asset file. When you want to use AssetFileDeleteResult::AssetFileId, you need to use AssetFileDeleteResult::AssetId instead. It can be retrieved using AssetDetails::AssetId.
File path of the asset file.
You can use this to determine whether deleting an asset file was successful or not.

Member Functions

AssetFileDeleteResult
( IntPtr o )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon