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)
Available in Sandboxed Solutions: No
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.