PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Updates an Asset Item.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Level1)]
[(Name = "{0}.Asset.UpdateItem")]
public static bool UpdateAssetItem(
	 item
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level1)> _
<(Name := "{0}.Asset.UpdateItem")> _
Public Shared Function UpdateAssetItem ( _
	item As  _
) As 

Parameters

item
Locator
The item to update.

Return Value

true when the item has been updated; otherwise, if the specified item does not represent an asset item an exception will be thrown.

See Also

Advanced