Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a choice to the ChoicesJumpTo collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub AddChoiceJumpTo ( _
choice As String _
)
'Usage
Dim instance As SPFieldChoice
Dim choice As String
instance.AddChoiceJumpTo(choice)
public void AddChoiceJumpTo(
string choice
)
Parameters
choice
Type: System.StringThe choice to be added.
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.