SPOfficialFileHost.ShowOnSendToMenu property

Gets or sets a Boolean value that represents whether the Send To connection is available for contributors on the per-item menu in the list view Web Part.

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

Syntax

'Declaration
Public Property ShowOnSendToMenu As Boolean
    Get
    Set
'Usage
Dim instance As SPOfficialFileHost
Dim value As Boolean

value = instance.ShowOnSendToMenu

instance.ShowOnSendToMenu = value
public bool ShowOnSendToMenu { get; set; }

Property value

Type: System.Boolean
true if SPOfficialFileHost is available for contributors on the per-item menu in the list view Web Part; otherwise, false.

See also

Reference

SPOfficialFileHost class

SPOfficialFileHost members

Microsoft.SharePoint namespace