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 with the information found within the xml. The xml data is checked for a (new) file upload and/or a change within the selected asset folder, and the asset item is updated accordingly.

Namespace: Smartsite.Core.Assets
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public bool UpdateAssetItemFromXml(
	 item,
	 data,
	 settings
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function UpdateAssetItemFromXml ( _
	item As , _
	data As , _
	settings As  _
) As 

Parameters

item
Locator
The asset item.
data
XmlData
The xml data
settings
CmsEditItemSettings
The edit item settings.

Return Value

True, when the asset item has been updated, false when updating was not necessary.

See Also

Advanced