This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes the command value at specified index.

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

Syntax

C#Copy imageCopy Code
[(.Level0)]
[(Name = "{0}.Command.RemoveAt")]
public static void RemoveCommandValueAt(
	string scope,
	int index
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level0)> _
<(Name := "{0}.Command.RemoveAt")> _
Public Shared Sub RemoveCommandValueAt ( _
	scope As , _
	index As Integer _
)

Parameters

scope
String
The scope.
index
Int32
The index.

See Also

Advanced