This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Reutrns the parent number of an item
Namespace: Smartsite.Tools
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public virtual int GetParent( int itemNumber ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overridable Function GetParent ( _ itemNumber As Integer _ ) As Integer |
Parameters
- itemNumber
- Int32
Number of requested item
Return Value
Parent number of the itemSee Also
Tree Class
Smartsite.Tools Namespace