Delete an asset binary storage by its location and extension.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Visual Basic |
---|
Function DeleteAssetBinary ( _
location As String, _
extension As String _
) As Boolean |
Parameters
- location
- Type: System..::..String
Location of the Asset Binary, the location originally returned by the
CreateAssetBinary method in the Storage Provider
- extension
- Type: System..::..String
File Extension
Return Value
True for success, false if no binary exists in the location
Exceptions
See Also