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.
Provides methods that return custom information about the security used in Microsoft Windows SharePoint Services for use in indexing by a search crawler on a portal.
The IExternalSecurityWeb type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetAnonymousState | Returns a Boolean value that indicates whether anonymous access is enabled for a site. |
![]() |
GetLastModified | Returns the security modification date for a site or list for the purpose of recrawling the site or list with the search crawler. |
![]() |
GetPermission | Returns the access control list (ACL) for a site or list in XML format. |
![]() |
GetProperties | Returns security properties used in indexing by a search crawler. |
![]() |
Init | Initializes the external security provider. |
Top