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 command element at sepcified index.

Namespace: Smartsite.Web.Commands.Configuration
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public  GetCommandElementAt(
	int index
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetCommandElementAt ( _
	index As Integer _
) As 

Parameters

index
Int32
The index.

Return Value

See Also

Advanced