Entity.DisplaySearchResultRightsMaskPropertyName Field

NOTE: This API is now obsolete.

Represents the rights mask that is used to convert a rights vector into a Yes or a No value.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Const DisplaySearchResultRightsMaskPropertyName As String
'Usage
Dim value As String

value = Entity.DisplaySearchResultRightsMaskPropertyName
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public const string DisplaySearchResultRightsMaskPropertyName

Remarks

The Business Data Catalog Security Trimmer maps the ISecurityTrimmer::CheckAccess method to the Entity::CheckAccess method by parsing the URLs supplied by the Query processor to the latter after determining which LobSystem object and which entities each URL comes from.

However, because ISecurityTrimmer::CheckAccess must return an array of "Yes" or "No" values and because the Entity::CheckAccess method returns an array of rights vectors, the Business Data Catalog Security Trimmer provides a way to convert a rights vector into a Yes or a No by reading this special property on the Entity.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace