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.
Returns the item number of the corresponding asset item when 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
[(Name = "{0}.Asset.GetItemNumber")]
[(.Level0)]
public static <int> GetAssetItemNumber(
	 location
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Asset.GetItemNumber")> _
<(.Level0)> _
Public Shared Function GetAssetItemNumber ( _
	location As  _
) As (Of Integer)

Parameters

location
Locator
The location.

Return Value

The item number of the corresponding asset item when the specified location refers to an asset item; otherwise null is returned.

See Also

Advanced