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.
Gets the string representation of the JSON object at the given position.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "GetByPosition", IsExtensionMethod = true)]
public string GetPropertyByPos(
	int position
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "GetByPosition", IsExtensionMethod := True)> _
Public Function GetPropertyByPos ( _
	position As Integer _
) As 

Parameters

position
Int32
The position of the child property.

Return Value

The JSON string representation of the object

See Also

Advanced