IExternalSecurityWeb.GetProperties method

Returns security properties used in indexing by a search crawler.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Function GetProperties As ExternalSecurityWebProperty()
'Usage
Dim instance As IExternalSecurityWeb
Dim returnValue As ExternalSecurityWebProperty()

returnValue = instance.GetProperties()
ExternalSecurityWebProperty[] GetProperties()

Return value

Type: []
A Microsoft.SharePoint.ExternalSecurityWebProperty array that contains the names and values of the properties.

Remarks

The GetProperties method returns the following two properties for use by the search crawler:

  • urn:schemas-microsoft-com:publishing:Category

  • urn:schemas-microsoft-com:sharepoint:portal:IDPath

See also

Reference

IExternalSecurityWeb interface

IExternalSecurityWeb members

Microsoft.SharePoint namespace