Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Const DisplaySearchResultRightsMaskPropertyName As String
'Usage
Dim value As String
value = Entity.DisplaySearchResultRightsMaskPropertyName
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
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace