SPFieldChoice.RemoveChoiceJumpTo method

Removes a choice from the ChoicesJumpTo collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub RemoveChoiceJumpTo ( _
    choice As String _
)
'Usage
Dim instance As SPFieldChoice
Dim choice As String

instance.RemoveChoiceJumpTo(choice)
public void RemoveChoiceJumpTo(
    string choice
)

Parameters

Remarks

This method is intended for sandboxed solutions where StringCollection is not sandboxed. Thus changes to the ChoicesJumpTo collection are not propagated back to the owning field.

See also

Reference

SPFieldChoice class

SPFieldChoice members

Microsoft.SharePoint namespace