ExternalSecurityProvider Element (Site)
Applies to: SharePoint Foundation 2010
Represents an interface that returns custom information about the security used in Microsoft SharePoint Foundation for indexing by a search crawler on a portal.
<ExternalSecurityProvider
ID = "Text"
Type = "Text">
</ExternalSecurityProvider>
Attributes
Attribute |
Description |
---|---|
ID |
Required Text. Specifies the GUID of the component. |
Type |
Optional Text. If Type=”View” is specified, the counter returns a number that increases each time a view is created for the list. This counter can be used, for example, to give unique names to elements on a page depending on the view. |
Child Elements
None |
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Remarks
The ExternalSecurityProvider element corresponds to the Microsoft.SharePoint.IExternalSecurityWeb interface.
See Components Element (Site) for an example that uses the ExternalSecurityProvider element.