Deletes the asset.

Namespace:  GrassValley.Mseries.MediaMgr
Assembly:  GrassValley.Mseries.MediaMgr (in GrassValley.Mseries.MediaMgr.dll) Version: 1.0.0.0

Syntax

C#
void DeleteAsset(
	string uri
)
Visual Basic (Declaration)
Sub DeleteAsset ( _
	uri As String _
)
Visual C++
void DeleteAsset(
	String^ uri
)

Parameters

uri
Type: System..::.String
URI.

Remarks

Use this function to permanently delete the given asset. If this asset had the last reference to one or more media files, then those files will also be deleted (asynchronously). If the asset is locked or in use, this call will fail.

See Also