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.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

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

Parameters

reference
Locator
The reference.

Return Value

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

See Also

Advanced