Deletes an asset.

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

Syntax

C#
public void DeleteAsset(
	string uri
)
Visual Basic (Declaration)
Public Sub DeleteAsset ( _
	uri As String _
)
Visual C++
public:
virtual void DeleteAsset(
	String^ uri
) sealed

Parameters

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

Implements

IMediaMgr..::.DeleteAsset(String)

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