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 source location for the specified item. If not available or empty, the Asset location is returned.

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

Syntax

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

Parameters

location
Locator
The Asset item.

Return Value

The source location for the specified Asset item.

See Also

Advanced