PrivacyItemViewer.IsHighlighted Method

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
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Protected Overridable Function IsHighlighted ( _
    item As PrivacyItem _
) As Boolean
'Usage
Dim item As PrivacyItem
Dim returnValue As Boolean

returnValue = Me.IsHighlighted(item)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
protected virtual bool IsHighlighted(
    PrivacyItem item
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

PrivacyItemViewer Class

PrivacyItemViewer Members

Microsoft.SharePoint.Portal.WebControls Namespace