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.
Gets the Asset location for the specified item.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Asset.GetAssetLocation")]
[(.Level0)]
public static  GetAssetLocation(
	 location
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Asset.GetAssetLocation")> _
<(.Level0)> _
Public Shared Function GetAssetLocation ( _
	location As  _
) As 

Parameters

location
Locator
The Asset item.

Return Value

The location for the specified Asset item.

See Also

Advanced