Share via


_sWebMetadata.LastModifiedForceRecrawl Field

Specifies the date and time when the site was last modified for indexing.

Namespace:  [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx

Syntax

'Declaration
Public LastModifiedForceRecrawl As DateTime
'Usage
Dim instance As _sWebMetadata
Dim value As DateTime

value = instance.LastModifiedForceRecrawl

instance.LastModifiedForceRecrawl = value
public DateTime LastModifiedForceRecrawl

Remarks

If the site has an external security provider, this property specifies the date and time on which the URL space was last traversed to acquire items to record in a search catalog, or the date and time when security associated with the site was last changed.

If the site does not have an external security provider, this property specifies the date and time when the _sWebMetadata object was created.

See Also

Reference

_sWebMetadata Structure

_sWebMetadata Members

SiteData Web Service

IExternalSecurityWeb

LastSecurityModifiedDate

Other Resources

GetLastModified