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 the item number of the corresponding asset item which refers to the specified location.
Namespace: Smartsite.Core.Assets
Assembly: Smartsite.Runtime (in Smartsite.Runtime.dll)
Syntax
C# | Copy Code |
---|---|
public <int> GetAssetItemNumber( location ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public 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
AssetFolders Class
Smartsite.Core.Assets Namespace