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.
Determines if the specified location refers to an Asset Item.

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

Syntax

C#Copy imageCopy Code
public bool IsAssetItemReference(
	 location
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function IsAssetItemReference ( _
	location As  _
) As 

Parameters

location
Locator
The location.

Return Value

true if the specified location is a reference to an asset item, otherwise false.

See Also

Advanced