Share via


EditCategoryToolBarButton.AddAllUserParam property

Gets or sets a value that indicates whether to set the page view to all users in the URL to which the user is navigated after clicking the EditCategoryToolBarButton.

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

Syntax

'Declaration
Public Property AddAllUserParam As Boolean
    Get
    Set
'Usage
Dim instance As EditCategoryToolBarButton
Dim value As Boolean

value = instance.AddAllUserParam

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

Property value

Type: System.Boolean

See also

Reference

EditCategoryToolBarButton class

EditCategoryToolBarButton members

Microsoft.SharePoint.Portal.WebControls namespace