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. It contains the asset file ID, the file path, and success status of the deleted asset.

Constructors

AssetFileDeleteResult ( o )
Signature
Oculus.Platform.Models.AssetFileDeleteResult.AssetFileDeleteResult(IntPtr o)
Parameters
o: IntPtr

Fields

AssetFileId : readonly UInt64
DEPRECATED. Use AssetFileDeleteResult.GetAssetId().
Signature
readonly UInt64 Oculus.Platform.Models.AssetFileDeleteResult.AssetFileId
AssetId : readonly UInt64
ID of the asset file.
Signature
readonly UInt64 Oculus.Platform.Models.AssetFileDeleteResult.AssetId
Filepath : readonly string
File path of the asset file.
Signature
readonly string Oculus.Platform.Models.AssetFileDeleteResult.Filepath
Success : readonly bool
Whether the asset delete was successful.
Signature
readonly bool Oculus.Platform.Models.AssetFileDeleteResult.Success