Share via


SiteDocuments.NumberOfLinksBeforeMoreMenu Property

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
<ResourcesAttribute("Webpart_Property_NumTabsBeforeMoreDropdown_Text",  _
    "Webpart_PropertySection_View_Text", "Webpart_Property_NumTabsBeforeMoreDropdown_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property NumberOfLinksBeforeMoreMenu As Integer
    Get
    Set
'Usage
Dim instance As SiteDocuments
Dim value As Integer

value = instance.NumberOfLinksBeforeMoreMenu

instance.NumberOfLinksBeforeMoreMenu = value
[ResourcesAttribute("Webpart_Property_NumTabsBeforeMoreDropdown_Text", 
    "Webpart_PropertySection_View_Text", "Webpart_Property_NumTabsBeforeMoreDropdown_Description")]
[WebPartStorageAttribute(Storage.Shared)]
public int NumberOfLinksBeforeMoreMenu { get; set; }

Property Value

Type: System.Int32

See Also

Reference

SiteDocuments Class

SiteDocuments Members

Microsoft.SharePoint.Portal.WebControls Namespace